pub fn getfunction_source(
_ht: *mut HashTable,
name: &str,
dis: i32,
) -> Option<Param>Expand description
Port of getfunction_source(UNUSED(HashTable ht), const char *name, int dis) from Src/Modules/parameter.c:537.
C: static HashNode getfunction_source(UNUSED(HashTable ht), const char *name, int dis) — synth a Param naming the source file.
WARNING: param names don’t match C — Rust=() vs C=(ht, name, dis)