pub fn trigger_export_now() -> boolExpand description
On-demand export from anywhere in user code. Resets [EXPORTED] then calls
export_once, so it always exports AND re-arms the exit-path idempotency
guard (a later panic/Ctrl-C will produce a fresh report).
Returns true if the export ran.