#[no_mangle]
pub unsafe extern "C" fn opaque_point_free(point: *mut OpaquePoint)
Expand description

Safely drops the OpaquePoint instance.

Safety

This is only safe if there are no references to point!