pub unsafe extern "C" fn ImColor_SetHSV(
    _self: *mut ImColor,
    h: c_float,
    s: c_float,
    v: c_float,
    a: c_float
)