pub fn endparamscope()Expand description
Port of endparamscope() from Src/params.c:5857. C signature:
mod_export void endparamscope(void). Decrements locallevel,
pops any pushed history stack, then iterates paramtab calling
scanendscope to restore/unset every param whose level
exceeds the new locallevel. Operates on the global paramtab
just like C — no parameter, no fake injection wrapper.