pub unsafe fn UCNV_TO_U_CALLBACK_ESCAPE<P0>(
    context: *const c_void,
    touargs: *mut UConverterToUnicodeArgs,
    codeunits: P0,
    length: i32,
    reason: UConverterCallbackReason,
    err: *mut UErrorCode
)
where P0: IntoParam<PCSTR>,