#[unsafe(no_mangle)]pub extern "C" fn Bun__linux_trace_close()Expand description
Close the backend and release OS resources. Idempotent / re-entrant safe.
Does not wipe the ring (tests may inspect after close); call
linux_trace_reset_for_test to clear.