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