Function windows::Win32::System::WindowsProgramming::ExtractFilesW
pub unsafe fn ExtractFilesW<P0, P1, P2>(
pszcabname: P0,
pszexpanddir: P1,
dwflags: u32,
pszfilelist: P2,
lpreserved: *mut c_void,
dwreserved: u32,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,