int engine_init( ffi.Pointer<Engine> self, int period_ms, ) { return _engine_init( self, period_ms, ); }