Free a heap buffer that the library handed to the caller (e.g. the MIDI message data delivered to LrmMidiCallback). Safe to call with NULL.
void lrm_free(ffi.Pointer<ffi.Void> ptr) { return _lrm_free(ptr); }