pub unsafe extern "C" fn al_color_rgb_to_html(
    red: c_float,
    green: c_float,
    blue: c_float,
    string: *mut c_char
)