pub unsafe fn delete_cpp_reaper_resample_interface(
    resample_interface: NonNull<REAPER_Resample_Interface>
)
Expand description

Destroys a C++ REAPER_Resample_Interface object.

Intended to be used on pointers returned by Resampler_Create().

Safety

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