pub unsafe fn table_set_cell_value_fmt( obj: *mut Object, row: u32, col: u32, fmt: *const c_char, ) -> Result<()>
This function is unsafe because it may dereference raw pointers.