pub unsafe extern "C" fn vips_replicate(
    in_: *mut VipsImage,
    out: *mut *mut VipsImage,
    across: c_int,
    down: c_int
    ...
) -> c_int