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