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