pub type EOS_CustomInvites_OnRejectRequestToJoinCallback = Option<unsafe extern "C" fn(Data: *const EOS_CustomInvites_RejectRequestToJoinCallbackInfo)>;Expand description
Function prototype definition for callbacks passed to EOS_CustomInvites_RejectRequestToJoin @param Data A EOS_CustomInvites_OnRejectRequestToJoinCallback containing the output information and result
Aliased Type§
pub enum EOS_CustomInvites_OnRejectRequestToJoinCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_CustomInvites_RejectRequestToJoinCallbackInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_CustomInvites_RejectRequestToJoinCallbackInfo))
Some value of type T.