pub unsafe extern "C" fn gegl_path_point_lerp(
    dest: *mut GeglPathPoint,
    a: *mut GeglPathPoint,
    b: *mut GeglPathPoint,
    t: c_float
)