pub unsafe fn table_set_column_count( obj: *mut Object, col_cnt: u32, ) -> Result<()>
This function is unsafe because it may dereference raw pointers.