pub type StdlibInitFunc = Box<dyn Fn(&VirtualMachine) -> PyRef<PyModule> + 'static>;
struct StdlibInitFunc(/* private fields */);