Frees the handle at handle. Safe to call with 0.
handle
0
@override void free(int handle) { if (handle == 0) return; ffi_native.monty_free(Pointer<ffi_native.MontyHandle>.fromAddress(handle)); }