pub unsafe extern "C" fn gegl_matrix3_multiply(
    left: *const GeglMatrix3,
    right: *const GeglMatrix3,
    product: *mut GeglMatrix3
)