pub unsafe extern "C" fn lv_table_has_cell_ctrl(
    obj: *mut lv_obj_t,
    row: u16,
    col: u16,
    ctrl: lv_table_cell_ctrl_t
) -> bool