pub unsafe extern "C" fn FRD_GetFriendRelationship(
relationships: *mut u8_,
friendKeyList: *const FriendKey,
count: u32_,
) -> ResultExpand description
Get the relationship type for the current user’s friends.
§Arguments
relationships- Pointer to output relationship types to.friendKeyList- Pointer to input friend keys to query relationship types for.count- Number of input friend keys.