pub unsafe extern "C" fn gegl_random_float_range(
    rand: *const GeglRandom,
    x: c_int,
    y: c_int,
    z: c_int,
    n: c_int,
    min: c_float,
    max: c_float
) -> c_float