pub unsafe extern "C" fn vips_col_XYZ2scRGB(
    X: f32,
    Y: f32,
    Z: f32,
    R: *mut f32,
    G: *mut f32,
    B: *mut f32
) -> c_int