Yes you can: https://doc.rust-lang.org/std/ptr/fn.null.html
You just won't use it unless you're doing FFI or similar things.
I meant "using null pointer" means dereference it. But careless language....