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

Which kind of node is this?

Some examples are "RAW" or "IMAGE".

Safety

The returned pointer can’t outlive the Metadata it came from.