Function shadow_shim_helper_rs::notnull::notnull

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

Panics if NULL and returns the pointer.