Function SetupInstallServicesFromInfSectionExW
pub unsafe fn SetupInstallServicesFromInfSectionExW<P1>(
infhandle: *const c_void,
sectionname: P1,
flags: SPSVCINST_FLAGS,
deviceinfoset: Option<HDEVINFO>,
deviceinfodata: Option<*const SP_DEVINFO_DATA>,
reserved1: Option<*const c_void>,
reserved2: Option<*const c_void>,
) -> Result<()>where
P1: Param<PCWSTR>,