lv_strlen

Function lv_strlen 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn lv_strlen(string: *const c_char) -> usize
Expand description

Get the length of a string

ยงSafety

This function is unsafe because it dereferences raw pointers.