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