pub unsafe fn object_hit_test( obj: *mut Object, point: *const Point, ) -> Result<bool>
This function is unsafe because it may dereference raw pointers.