pub unsafe extern "C" fn vips_remosaic(
    in_: *mut VipsImage,
    out: *mut *mut VipsImage,
    old_str: *const c_char,
    new_str: *const c_char
    ...
) -> c_int