https://github.com/StephanvanSchaik/windows-kernel-rs/blob/060cb6aa37136180cb8afbcd5bf2383240702b39/windows-kernel-rs/src/device.rs#L411 Remove the warning like this ``` let _ = Box::from_raw(ptr as *mut T); ```