pub unsafe extern "C" fn vips_image_set_array_int(
    image: *mut VipsImage,
    name: *const c_char,
    array: *const c_int,
    n: c_int
)