pub unsafe extern "cdecl" fn u_parseMessageWithError(
    locale: PCSTR,
    pattern: *const u16,
    patternlength: i32,
    source: *const u16,
    sourcelength: i32,
    parseerror: *mut UParseError,
    status: *mut UErrorCode
    ...
)