pub unsafe fn point_precise_swap(
p1: *mut PointPrecise,
p2: *mut PointPrecise,
) -> Result<()>Expand description
ยงSafety
This function is unsafe because it may dereference raw pointers.
pub unsafe fn point_precise_swap(
p1: *mut PointPrecise,
p2: *mut PointPrecise,
) -> Result<()>This function is unsafe because it may dereference raw pointers.