pub unsafe extern "system" fn ucnv_fromUChars(
    cnv: *mut UConverter,
    dest: PCSTR,
    destcapacity: i32,
    src: *const u16,
    srclength: i32,
    perrorcode: *mut UErrorCode
) -> i32
Expand description

Required features: "Win32_Globalization"