pub unsafe extern "C" fn ACTA_UpdateMiiData(
accountSlot: u8_,
miiData: *mut CFLStoreData,
screenName: *mut MiiScreenName,
) -> ResultExpand description
Updates a specific account’s Mii data and screen name.
§Arguments
accountSlot- The account slot number of the account to update the Mii and screen name of.miiData- Pointer to the new Mii data to use.screenName- Pointer to the new screen name to use.