pub fn visit_mut_keyframe_blocks<V: ?Sized + VisitMut>(
    _visitor: &mut V,
    n: &mut Vec<KeyframeBlock>
)