pub unsafe extern "system" fn SetupDiInstallClassExW(
    hwndparent: HWND,
    inffilename: PCWSTR,
    flags: u32,
    filequeue: *const c_void,
    interfaceclassguid: *const GUID,
    reserved1: *const c_void,
    reserved2: *const c_void
) -> BOOL
Expand description

Required features: "Win32_Foundation"