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