pub fn getpmfunction(ht: *mut HashTable, name: &str) -> Option<Param>Expand description
Port of getpmfunction(HashTable ht, const char *name) from Src/Modules/parameter.c:444.
C: static HashNode getpmfunction(HashTable ht, const char *name) →
return getfunction(ht, name, 0);