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