Sets the execution time limit in milliseconds.
@override void setTimeLimitMs(int handle, int ms) { ffi_native.monty_set_time_limit_ms( Pointer<ffi_native.MontyHandle>.fromAddress(handle), ms, ); }