"Accessing the (internal) module and initializing interface" (Smalltalk includesKey: #S8FFI) ifFalse: [ self print: 'S8FFI required'. ^self abort ]. S8FFI current handle isNil ifTrue: [ self error: 'Missing binding to ffi (native) support' ].