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