ptr_len

Function ptr_len 

Source
pub unsafe fn ptr_len(ptr: i32) -> i32
Expand description

ยงSafety

This function is unsafe because it dereferences the pointer. There is no way to make this function unsafe.