pub unsafe extern "cdecl" fn u_formatMessageWithError(
    locale: PCSTR,
    pattern: *const u16,
    patternlength: i32,
    result: *mut u16,
    resultlength: i32,
    parseerror: *mut UParseError,
    status: *mut UErrorCode
    ...
) -> i32