#[no_mangle]
pub unsafe extern "C" fn point_translate(
    point: *mut Point,
    by_x: c_float,
    by_y: c_float
)
Expand description

Expose an interface for C API callers to call the Point impl.

Safety

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