pub unsafe extern "C" fn cudnnSetPersistentRNNPlan(
    rnnDesc: *mut cudnnRNNStruct,
    plan: *mut cudnnPersistentRNNPlan
) -> cudnnStatus_t