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