pub fn notnull_debug<T>(p: *const T) -> *const T
Panics if NULL (when debug asserts are enabled), and returns the pointer.