#[unsafe(no_mangle)]pub unsafe extern "C" fn lumen_document_spawn( tag: *const c_char, out: *mut LumenNode, ) -> LumenStatus
document.spawn(tag): document-scoped create verb; writes the new handle to *out. Thread-safe.
document.spawn(tag)
*out