Function windows::Win32::Globalization::u_parseMessage
pub unsafe fn u_parseMessage<P0>(
locale: P0,
pattern: *const u16,
patternlength: i32,
source: *const u16,
sourcelength: i32,
status: *mut UErrorCode,
)where
P0: Param<PCSTR>,