Function notnull

Source
pub fn notnull<T>(p: *const T) -> *const T
Expand description

Panics if NULL and returns the pointer.