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