pub unsafe extern "system" fn ucnv_fromUnicode(
    converter: *mut UConverter,
    target: *mut *mut i8,
    targetlimit: PCSTR,
    source: *const *const u16,
    sourcelimit: *const u16,
    offsets: *mut i32,
    flush: i8,
    err: *mut UErrorCode
)
Expand description

Required features: "Win32_Globalization"