pub unsafe extern "C" fn al_color_yuv_to_rgb(
    y: c_float,
    u: c_float,
    v: c_float,
    red: *mut c_float,
    green: *mut c_float,
    blue: *mut c_float
)