pub type EOS_Connect_OnAuthExpirationCallback = Option<unsafe extern "C" fn(Data: *const EOS_Connect_AuthExpirationCallbackInfo)>;Expand description
Function prototype definition for notifications that come from EOS_Connect_AddNotifyAuthExpiration.
@param Data A EOS_Connect_AuthExpirationCallbackInfo containing the output information and result.
Aliased Type§
pub enum EOS_Connect_OnAuthExpirationCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_Connect_AuthExpirationCallbackInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_Connect_AuthExpirationCallbackInfo))
Some value of type T.