pub static strparam: Mutex<Option<String>>Expand description
Port of static char *strparam; from Src/Modules/example.c:36.
Bound to the exstr string paramdef at c:176. None mirrors C’s
initial NULL which bin_example prints as the empty string at c:63.