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