pub unsafe extern "system" fn SetupDiGetHwProfileFriendlyNameExW(
    hwprofile: u32,
    friendlyname: PWSTR,
    friendlynamesize: u32,
    requiredsize: *mut u32,
    machinename: PCWSTR,
    reserved: *const c_void
) -> BOOL
Expand description

Required features: "Win32_Foundation"