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