#[unsafe(no_mangle)]pub unsafe extern "C" fn lv_strlen(string: *const c_char) -> usize
Get the length of a string
This function is unsafe because it dereferences raw pointers.