pub unsafe fn tileview_set_tile( tv: *mut Object, tile_obj: *mut Object, anim_en: AnimEnable, ) -> Result<()>
This function is unsafe because it may dereference raw pointers.