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