pub unsafe fn delete_cpp_project_state_context(
    context: NonNull<ProjectStateContext>
)
Expand description

Destroys a C++ ProjectStateContext object.

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

Safety

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