pub unsafe fn point_to_precise(p: *const Point) -> Result<PointPrecise>
This function is unsafe because it may dereference raw pointers.