pub unsafe extern "C" fn gegl_path_get_bounds(
    self_: *mut GeglPath,
    min_x: *mut c_double,
    max_x: *mut c_double,
    min_y: *mut c_double,
    max_y: *mut c_double
)