pub unsafe fn u_vparseMessageWithError<P0>(
    locale: P0,
    pattern: *const u16,
    patternlength: i32,
    source: *const u16,
    sourcelength: i32,
    ap: *mut i8,
    parseerror: *mut UParseError,
    status: *mut UErrorCode
)
where P0: IntoParam<PCSTR>,