pub unsafe extern "C" fn lv_table_set_cell_value_fmt(
    obj: *mut lv_obj_t,
    row: u16,
    col: u16,
    fmt: *const c_char
    ...
)