#[unsafe(no_mangle)]pub unsafe extern "C" fn lumen_document(
out: *mut LumenNode,
) -> LumenStatusExpand description
Write the document root node to *out (0 before the first tick).
Thread-safe.
#[unsafe(no_mangle)]pub unsafe extern "C" fn lumen_document(
out: *mut LumenNode,
) -> LumenStatusWrite the document root node to *out (0 before the first tick).
Thread-safe.