pub unsafe extern "C" fn cudnnGetRNNBiasMode(
    rnnDesc: *mut cudnnRNNStruct,
    biasMode: *mut cudnnRNNBiasMode_t
) -> cudnnStatus_t