pub unsafe fn SetupInstallServicesFromInfSectionExA<P0, P1>(
    infhandle: *const c_void,
    sectionname: P0,
    flags: SPSVCINST_FLAGS,
    deviceinfoset: P1,
    deviceinfodata: Option<*const SP_DEVINFO_DATA>,
    reserved1: Option<*const c_void>,
    reserved2: Option<*const c_void>
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<HDEVINFO>,