Function windows::Win32::System::WindowsProgramming::FileSaveRestoreW

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