pub unsafe extern "C" fn theme_apply( _: *mut lv_theme_t, object: *mut lv_obj_t, )
Theme apply callback
This function is unsafe because it dereferences raw pointers.