Function 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.