Function axprocess::link::raw_ptr_to_ref_str
source · pub unsafe fn raw_ptr_to_ref_str(start: *const u8) -> &'static str
Expand description
Safety
The caller must ensure that the pointer is valid and points to a valid C string.