pub unsafe extern "C" fn FRD_SendInvitation(
friendKeyList: *const FriendKey,
count: u32_,
) -> ResultExpand description
Sends an invitation to the current user’s friends.
§Arguments
friendKeyList- The friend keys to send an invitation to.count- The number of input friend keys.