#[unsafe(no_mangle)]pub unsafe extern "C" fn lumen_node_components(
node: LumenNode,
out: *mut LumenStrList,
) -> LumenStatusExpand description
Names of the whitelisted components present on node. Free with
lumen_strlist_free.
#[unsafe(no_mangle)]pub unsafe extern "C" fn lumen_node_components(
node: LumenNode,
out: *mut LumenStrList,
) -> LumenStatusNames of the whitelisted components present on node. Free with
lumen_strlist_free.