pub unsafe extern "C" fn igColorConvertRGBtoHSV( r: f32, g: f32, b: f32, out_h: *mut f32, out_s: *mut f32, out_v: *mut f32 )