Function ctru_sys::CFGU_GetCountryCodeString
source · pub unsafe extern "C" fn CFGU_GetCountryCodeString(
code: u16_,
string: *mut u16_
) -> Result
Expand description
Gets a string representing a country code.
§Arguments
code
- Country code to use.string
- Pointer to output the string to.