Function windows::Win32::Globalization::ucnv_toUnicode
pub unsafe fn ucnv_toUnicode<P0>(
converter: *mut UConverter,
target: *mut *mut u16,
targetlimit: *const u16,
source: *const *const i8,
sourcelimit: P0,
offsets: *mut i32,
flush: i8,
err: *mut UErrorCode,
)where
P0: Param<PCSTR>,