pub unsafe extern "C" fn vips_rshift_const(
    in_: *mut VipsImage,
    out: *mut *mut VipsImage,
    c: *const f64,
    n: c_int
    ...
) -> c_int