pub unsafe extern "C" fn gegl_curve_set_point(
    curve: *mut GeglCurve,
    index: c_uint,
    x: c_double,
    y: c_double
)