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