pub unsafe extern "C" fn lv_obj_get_user_data( obj: *mut lv_obj_t, ) -> *mut c_void
Get the user_data field of the object @param obj pointer to an object @return the pointer to the user_data of the object