#[unsafe(no_mangle)]pub unsafe extern "C" fn lumen_get_by_id( id: *const c_char, out: *mut LumenNode, ) -> LumenStatus
Fast id lookup. Writes the matching node to *out, or 0 when no element carries id. Thread-safe.
*out
0
id