[An integer shall not be converted to a pointer](https://coding-guidelines.arewesafetycriticalyet.org/coding-guidelines/expressions/gui_PM8Vpf7lZ51U.html) * Integer to pointer has some support as [`integer-to-ptr-transmutes`](https://doc.rust-lang.org/rustc/lints/listing/warn-by-default.html?highlight=int%20to%20pointer#integer-to-ptr-transmutes), still only partial coverage (transmute only)
An integer shall not be converted to a pointer
integer-to-ptr-transmutes, still only partial coverage (transmute only)