#[no_mangle]
pub unsafe extern "C" fn rune_node_get_argument_value(
    node: *const Node,
    index: c_int
) -> *const c_char
Expand description

Get the value for a particular argument, or null if that argument doesn’t exist.