pub type ArraySetFn = fn(pm: *mut param, x: Vec<String>);
Whole-array setter. Mirrors C’s gsu_array.setfn(pm, x). Only the writable special arrays (dirstack) have one; read-only specials leave it None.
gsu_array.setfn(pm, x)
dirstack
None