pub unsafe fn delete_cpp_pcm_sink(sink: NonNull<PCM_sink>)
Expand description

Destroys a C++ PCM_sink object.

Intended to be used on pointers returned from create_cpp_to_rust_pcm_sink().

Safety

REAPER can crash if you pass an invalid pointer because C++ will attempt to free the wrong location in memory.