pub unsafe extern "C" fn FRD_IsInFriendList(
    friendKeyList: *mut FriendKey,
    isFromList: *mut bool
) -> Result
Expand description

Gets whether a friend key is included in the current user’s friend list.

§Arguments

  • friendKeyList - Pointer to a list of friend keys.
  • isFromList - Pointer to a write the friendship status to.