def Err_Print(self):
        impl = self.lib.getpointer("PyErr_Print",[],clibffi.ffi_type_void)
        impl.call(lltype.Void)