shadow_shim_helper_rs::notnull

Function notnull_mut

source
pub fn notnull_mut<T>(p: *mut T) -> *mut T
Expand description

Panics if NULL and returns the pointer.