pub unsafe extern "C" fn dl(func: *const V, n: J) -> KExpand description
Load C function as q function (K object).
ยงParameters
func: A function takes a C function that would takenKobjects as arguments and returns aKobject.n: The number of arguments for the function.