Function ACT_GetMiiImage

Source
pub unsafe extern "C" fn ACT_GetMiiImage(
    outSize: *mut u32_,
    output: *mut c_void,
    outputSize: u32_,
    accountSlot: u8_,
    miiImageType: u8_,
) -> Result
Expand description

Gets one of the Mii images of a certain account.

ยงArguments

  • outSize - Pointer to output the raw size of the image to.
  • output - Pointer to output the image data to.
  • outputSize - Size of the output buffer.
  • accountSlot - The account slot number of the account to get the Mii image for.
  • miiImageType - The type of the Mii image to get.