shadow_shim_helper_rs::notnull

Function 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.