Function vips_image_set_array_double

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