pub unsafe fn GetTimeFormatA<P3>( locale: u32, dwflags: u32, lptime: Option<*const SYSTEMTIME>, lpformat: P3, lptimestr: Option<&mut [u8]>, ) -> i32where P3: Param<PCSTR>,