Function ctru_sys::miiSelectorReturnGetName
source · pub unsafe extern "C" fn miiSelectorReturnGetName(
returnbuf: *const MiiSelectorReturn,
out: *mut c_char,
max_size: usize
)
Expand description
Get Mii name
§Arguments
returnbuf
- Pointer to miiSelector returnout
- String containing a Mii’s namemax_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 36 (or 30 if you are not dealing with guest miis).