pub unsafe extern "C" fn lv_rb_init( tree: *mut _lv_rb_t, compare: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i8>, node_size: usize, ) -> bool