Function regorust::regoOutputBindingAtIndex
source ยท pub unsafe extern "C" fn regoOutputBindingAtIndex(
output: *mut regoOutput,
index: regoSize,
name: *const c_char,
) -> *mut regoNode
Expand description
Returns the bound value for a given variable name.
If the variable is not bound, then this function will return NULL.
@param output The output. @param index The result index. @param name The variable name. @return The bound value (or NULL if the variable was not bound)