pub unsafe extern "C" fn ACTA_UpdateMiiImage(
accountSlot: u8_,
miiImageType: u8_,
image: *mut c_void,
imageSize: u32_,
) -> ResultExpand description
Updates a Mii image of a specific account.
ยงArguments
accountSlot- The account slot number of the account to update the Mii image for.miiImageType- The type of Mii image to update.image- Pointer to the Mii image data to use.imageSize- Size of the Mii image data.