Function axprocess::link::get_str_len

source ·
pub unsafe fn get_str_len(start: *const u8) -> usize
Expand description

Safety

The caller must ensure that the pointer is valid and points to a valid C string. The string must be null-terminated.