pub unsafe extern "C" fn cudnnGetRNNPaddingMode(
    rnnDesc: cudnnRNNDescriptor_t,
    paddingMode: *mut c_uint
) -> cudnnStatus_t