Function SetupRemoveSectionFromDiskSpaceListW
pub unsafe fn SetupRemoveSectionFromDiskSpaceListW<P3>(
diskspace: *const c_void,
infhandle: *const c_void,
listinfhandle: Option<*const c_void>,
sectionname: P3,
operation: SETUP_FILE_OPERATION,
reserved1: Option<*const c_void>,
reserved2: Option<u32>,
) -> Result<()>where
P3: Param<PCWSTR>,