pub unsafe fn GetTimeFormatEx<P0, P1>(
    lplocalename: P0,
    dwflags: TIME_FORMAT_FLAGS,
    lptime: Option<*const SYSTEMTIME>,
    lpformat: P1,
    lptimestr: Option<&mut [u16]>
) -> i32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,