pub fn bin_example(nam: &str, args: &[String], ops: &options, func: i32) -> i32Expand description
Port of bin_example(char *nam, char **args, Options ops, UNUSED(int func)) from Src/Modules/example.c:42.
C signature mirrored verbatim:
static int
bin_example(char *nam, char **args, Options ops, UNUSED(int func))