windows::Win32::Globalization

Function u_parseMessageWithError

pub unsafe fn u_parseMessageWithError<P0>(
    locale: P0,
    pattern: *const u16,
    patternlength: i32,
    source: *const u16,
    sourcelength: i32,
    parseerror: *mut UParseError,
    status: *mut UErrorCode,
)
where P0: Param<PCSTR>,