engine_alloc method

Pointer<Engine> engine_alloc()

Implementation

ffi.Pointer<Engine> engine_alloc() {
  return _engine_alloc();
}