pub unsafe fn GetDurationFormat<P0>(
    locale: u32,
    dwflags: u32,
    lpduration: Option<*const SYSTEMTIME>,
    ullduration: u64,
    lpformat: P0,
    lpdurationstr: Option<&mut [u16]>
) -> i32
where P0: IntoParam<PCWSTR>,