#[no_mangle]
pub unsafe extern "C" fn spRGB2Timeline_setFrame(
    self_0: *mut spRGB2Timeline,
    frame: c_int,
    time: c_float,
    r: c_float,
    g: c_float,
    b: c_float,
    r2: c_float,
    g2: c_float,
    b2: c_float
)