pub unsafe fn IoSetDeviceInterfacePropertyData(
    symboliclinkname: *const UNICODE_STRING,
    propertykey: *const DEVPROPKEY,
    lcid: u32,
    flags: u32,
    type: u32,
    size: u32,
    data: Option<*const c_void>,
) -> NTSTATUS