pub fn null<'a, T: 'static>() -> &'a T
Equivalent to std::ptr::null(), but returns an null reference instead.
std::ptr::null()