#[no_mangle]
pub unsafe extern "C" fn spRGBATimeline_setFrame(
    self_0: *mut spRGBATimeline,
    frame: c_int,
    time: c_float,
    r: c_float,
    g: c_float,
    b: c_float,
    a: c_float
)