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