Function ctru_sys::miiSelectorReturnGetAuthor
source · pub unsafe extern "C" fn miiSelectorReturnGetAuthor(
returnbuf: *const MiiSelectorReturn,
out: *mut c_char,
max_size: usize
)
Expand description
Get Mii Author
§Arguments
returnbuf
- Pointer to miiSelector returnout
- String containing a Mii’s authormax_size
- Size of string. Since UTF8 characters range in size from 1-3 bytes (assuming that no non-BMP characters are used), this value should be 30.