pub unsafe extern "C" fn lv_obj_move_children_by(
    obj: *mut _lv_obj_t,
    x_diff: lv_coord_t,
    y_diff: lv_coord_t,
    ignore_floating: bool
)