pub static arrparam: Mutex<Option<Vec<String>>>
Port of static char **arrparam; from Src/Modules/example.c:37. Bound to the exarr array paramdef at c:174. None mirrors C’s initial NULL.
static char **arrparam;
Src/Modules/example.c:37
exarr
None