pub unsafe extern "C" fn vips_col_Lab2XYZ(
    L: f32,
    a: f32,
    b: f32,
    X: *mut f32,
    Y: *mut f32,
    Z: *mut f32
)