pub unsafe extern "C" fn ges_clip_set_top_effect_index_full(
    clip: *mut GESClip,
    effect: *mut GESBaseEffect,
    newindex: c_uint,
    error: *mut *mut GError,
) -> gboolean
Available on crate feature v1_18 only.