Function shadow_shim_helper_rs::notnull::notnull_mut
source ยท pub fn notnull_mut<T>(p: *mut T) -> *mut T
Expand description
Panics if NULL and returns the pointer.
pub fn notnull_mut<T>(p: *mut T) -> *mut T
Panics if NULL and returns the pointer.