Function FRD_GetFriendMii

Source
pub unsafe extern "C" fn FRD_GetFriendMii(
    miiList: *mut FriendMii,
    friendKeyList: *const FriendKey,
    count: u32_,
) -> Result
Expand description

Gets the current user’s friends’ Mii data.

§Arguments

  • miiList - Pointer to write Mii data to.
  • friendKeyList - Pointer to input friend keys.
  • count - Number of input friend keys.