pub unsafe fn ucnv_cbFromUWriteBytes<P0>(
    args: *mut UConverterFromUnicodeArgs,
    source: P0,
    length: i32,
    offsetindex: i32,
    err: *mut UErrorCode
)
where P0: IntoParam<PCSTR>,