pub unsafe extern "C" fn FRD_GetFriendInfo(
infos: *mut FriendInfo,
friendKeyList: *const FriendKey,
count: u32_,
maskNonAscii: bool,
profanityFlag: bool,
) -> ResultExpand description
Get info about the current user’s friends.
§Arguments
infos- Pointer to output friend info data to.friendKeyList- Pointer to input friend keys.count- Number of input friend keys.maskNonAscii- Whether or not to replace all non-ASCII characters with question marks (‘?’) if the given character set doesn’t match that of the corresponding friend’s Mii data.profanityFlag- Setting this to true replaces the screen names with all question marks (‘?’) if profanityFlag is also set in the corresponding friend’s Mii data.