pub unsafe extern "C" fn gegl_matrix3_transform_point(
    matrix: *const GeglMatrix3,
    x: *mut c_double,
    y: *mut c_double
)