pub unsafe fn delete_cpp_reaper_pitch_shift(
    pitch_shift: NonNull<IReaperPitchShift>
)
Expand description

Destroys a C++ IReaperPitchShift object.

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

Safety

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