pub unsafe fn SetupConfigureWmiFromInfSectionW<P0>(
    infhandle: *const c_void,
    sectionname: P0,
    flags: u32
) -> BOOL
where P0: IntoParam<PCWSTR>,