pub unsafe extern "C" fn lv_imgbtn_set_src(
    imgbtn: *mut lv_obj_t,
    state: lv_imgbtn_state_t,
    src_left: *const c_void,
    src_mid: *const c_void,
    src_right: *const c_void
)