pub unsafe fn FileSaveRestoreW<P0, P1, P2, P3>(
    hdlg: P0,
    lpfilelist: P1,
    lpdir: P2,
    lpbasename: P3,
    dwflags: u32
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,