#[unsafe(no_mangle)]pub unsafe extern "C" fn lumen_node_inner_markup(
node: LumenNode,
out: *mut *mut c_char,
) -> LumenStatusExpand description
Serialize node’s children (not the node itself) to .lmn-ish text –
the read half of lumen_node_set_inner_markup. Owned C string, free
with lumen_string_free.