Function rune_native::rune_node_get_argument_value
source · [−]#[no_mangle]
pub unsafe extern "C" fn rune_node_get_argument_value(
node: *const Node,
index: c_int
) -> *const c_charExpand description
Get the value for a particular argument, or null if that argument doesn’t
exist.