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