[Avoid as underscore pointer casts](https://coding-guidelines.arewesafetycriticalyet.org/coding-guidelines/expressions/gui_HDnAZ7EZ4z6G.html) * `as`-pointer casts is also similar to existing lints e.g. [`clippy::ptr_as_ptr`](https://rust-lang.github.io/rust-clippy/master/index.html?search=underscore#as_pointer_underscore), [`clippy::as_pointer_underscore`](https://rust-lang.github.io/rust-clippy/master/index.html?search=underscore#as_pointer_underscore) - inexact match
Avoid as underscore pointer casts
as-pointer casts is also similar to existing lints e.g.clippy::ptr_as_ptr,clippy::as_pointer_underscore- inexact match