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