Add stubs file to PyAV
Overview
There's currently no .pyi files in the PyAV installation path, which brings much difficulty to the development, as the language server couldn't resolve any symbols and provides no completion or hints.
Desired Behavior
Add some basic stubs to PyAV, I'm not looking forward to a detailed type hint, just function signature and some documents, I'd heard that there's some tools like stubgen has the ability to finish the task automatically, but I'm not sure that it will work with Cython files and C module.
Additional context
I'll also try to write the stubs by myself, but I certainly need more help