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