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