Type Definition StdlibInitFunc
rustpython_vm::stdlib
type StdlibInitFunc = Box<dyn Fn(&VirtualMachine) -> PyObjectRef>;