pub fn fold_keyframe_blocks<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: Vec<KeyframeBlock>
) -> Vec<KeyframeBlock>