Function u_formatMessageWithError
pub unsafe fn u_formatMessageWithError<P0>(
locale: P0,
pattern: *const u16,
patternlength: i32,
result: *mut u16,
resultlength: i32,
parseerror: *mut UParseError,
status: *mut UErrorCode,
) -> i32where
P0: Param<PCSTR>,