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