Free a handle by its registry ID. Returns true if found and freed.
true
@override bool freeById(int handleId) { final result = ffi_native.monty_free_by_id(handleId); return result == 1; }