#[unsafe(no_mangle)]pub unsafe extern "C" fn lumen_dump_tree(
out: *mut *mut c_char,
) -> LumenStatusExpand description
Whole-tree structural dump. Owned C string, free with
lumen_string_free. An inspection call.
#[unsafe(no_mangle)]pub unsafe extern "C" fn lumen_dump_tree(
out: *mut *mut c_char,
) -> LumenStatusWhole-tree structural dump. Owned C string, free with
lumen_string_free. An inspection call.