pub fn py_warn( category: &Py<PyType>, message: String, stack_level: usize, vm: &VirtualMachine ) -> PyResult<()>