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_charExpand description
Get the name for a particular argument, or null if that argument doesn’t
exist.