pub unsafe fn table_get_cell_user_data( obj: *mut Object, row: u16, col: u16, ) -> Result<*mut c_void>
This function is unsafe because it may dereference raw pointers.