pub type EOS_CustomInvites_OnRequestToJoinRejectedCallback = Option<unsafe extern "C" fn(Data: *const EOS_CustomInvites_OnRequestToJoinRejectedCallbackInfo)>;Expand description
Function prototype definition for notifications that comes from EOS_CustomInvites_AddNotifyRequestToJoinRejected
@param Data A EOS_CustomInvites_OnRequestToJoinRejectedCallbackInfo containing the output information and result
Aliased Type§
pub enum EOS_CustomInvites_OnRequestToJoinRejectedCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_CustomInvites_OnRequestToJoinRejectedCallbackInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_CustomInvites_OnRequestToJoinRejectedCallbackInfo))
Some value of type T.