pub unsafe fn GetTimeFormatA<P0>(
    locale: u32,
    dwflags: u32,
    lptime: Option<*const SYSTEMTIME>,
    lpformat: P0,
    lptimestr: Option<&mut [u8]>
) -> i32
where P0: IntoParam<PCSTR>,