windows::Win32::Globalization

Function GetTimeFormatW

pub unsafe fn GetTimeFormatW<P3>(
    locale: u32,
    dwflags: u32,
    lptime: Option<*const SYSTEMTIME>,
    lpformat: P3,
    lptimestr: Option<&mut [u16]>,
) -> i32
where P3: Param<PCWSTR>,