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