Function shadow_shim_helper_rs::notnull::notnull_debug
source ยท pub fn notnull_debug<T>(p: *const T) -> *const T
Expand description
Panics if NULL (when debug asserts are enabled), and returns the pointer.
pub fn notnull_debug<T>(p: *const T) -> *const T
Panics if NULL (when debug asserts are enabled), and returns the pointer.