windows::Win32::Globalization

Function ucnv_fromUnicode

pub unsafe fn ucnv_fromUnicode<P2>(
    converter: *mut UConverter,
    target: *mut *mut i8,
    targetlimit: P2,
    source: *const *const u16,
    sourcelimit: *const u16,
    offsets: *mut i32,
    flush: i8,
    err: *mut UErrorCode,
)
where P2: Param<PCSTR>,