pub unsafe extern "system" fn IoSetDeviceInterfacePropertyData(
    symboliclinkname: *const UNICODE_STRING,
    propertykey: *const DEVPROPKEY,
    lcid: u32,
    flags: u32,
    type: u32,
    size: u32,
    data: *const c_void
) -> NTSTATUS
Expand description

Required features: "Win32_Devices_Properties", "Win32_Foundation"