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