pub unsafe extern "C" fn CFGU_GetCountryCodeID(
    string: u16_,
    code: *mut u16_
) -> Result
Expand description

Gets a country code ID from its string.

§Arguments

  • string - String to use.
  • code - Pointer to output the country code to.