pub unsafe fn SetupInstallServicesFromInfSectionW<P0>(
    infhandle: *const c_void,
    sectionname: P0,
    flags: SPSVCINST_FLAGS
) -> Result<()>
where P0: IntoParam<PCWSTR>,