pub unsafe extern "C" fn lv_obj_scroll_by_bounded(
    obj: *mut _lv_obj_t,
    dx: lv_coord_t,
    dy: lv_coord_t,
    anim_en: lv_anim_enable_t
)