This function adds a key into multiple layers. This is more efficient than inserting a single key multiple times in a loop, because the drawing array has to be resized one-by-one. In this function, the resizing happens at once. Pull Request: https://projects.blender.org/blender/blender/pulls/127930