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