pub unsafe extern "C" fn FRD_GetFriendPresence(
friendPresences: *mut FriendPresence,
friendKeyList: *const FriendKey,
count: u32_,
) -> ResultExpand description
Gets friend presence data for the current user’s friends.
§Arguments
friendPresences- Pointer to write the friend presence data to.friendKeyList- The friend keys of the friends to get presence data for.count- The number of input friend keys.