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