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