pub unsafe extern "C" fn al_color_html_to_rgb(
    string: *const c_char,
    red: *mut c_float,
    green: *mut c_float,
    blue: *mut c_float
) -> c_bool