#[no_mangle]
pub unsafe extern "C" fn _spCurveTimeline_setBezier(
    timeline: *mut spTimeline,
    bezier: c_int,
    frame: c_int,
    value: c_float,
    time1: c_float,
    value1: c_float,
    cx1: c_float,
    cy1: c_float,
    cx2: c_float,
    cy2: c_float,
    time2: c_float,
    value2: c_float
)