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