pub unsafe extern "system" fn SetupDiGetHwProfileListExA(
    hwprofilelist: *mut u32,
    hwprofilelistsize: u32,
    requiredsize: *mut u32,
    currentlyactiveindex: *mut u32,
    machinename: PCSTR,
    reserved: *const c_void
) -> BOOL
Expand description

Required features: "Win32_Foundation"