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