shadow_shim_helper_rs::notnull

Function notnull

source
pub fn notnull<T>(p: *const T) -> *const T
Expand description

Panics if NULL and returns the pointer.