pub unsafe fn ucnv_open<P0>(
    convertername: P0,
    err: *mut UErrorCode
) -> *mut UConverter
where P0: IntoParam<PCSTR>,