Function ucnv_fromUChars
pub unsafe fn ucnv_fromUChars<P1>(
cnv: *mut UConverter,
dest: P1,
destcapacity: i32,
src: *const u16,
srclength: i32,
perrorcode: *mut UErrorCode,
) -> i32where
P1: Param<PCSTR>,
pub unsafe fn ucnv_fromUChars<P1>(
cnv: *mut UConverter,
dest: P1,
destcapacity: i32,
src: *const u16,
srclength: i32,
perrorcode: *mut UErrorCode,
) -> i32where
P1: Param<PCSTR>,