pub type EOS_Friends_OnFriendsUpdateCallback = Option<unsafe extern "C" fn(Data: *const EOS_Friends_OnFriendsUpdateInfo)>;Expand description
Callback for information related to a friend status update.
Aliased Type§
pub enum EOS_Friends_OnFriendsUpdateCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_Friends_OnFriendsUpdateInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_Friends_OnFriendsUpdateInfo))
Some value of type T.