pub fn init_global(opts: LayerOpts) -> &'static LayerOpts
Set the process-wide LayerOpts once. Subsequent calls are silently ignored — the first call wins, matching OnceLock semantics. Returns the stored opts.
LayerOpts
OnceLock