Function UA_Server_forEachChildNodeCall

Source
pub unsafe extern "C" fn UA_Server_forEachChildNodeCall(
    server: *mut UA_Server,
    parentNodeId: UA_NodeId,
    callback: UA_NodeIteratorCallback,
    handle: *mut c_void,
) -> UA_StatusCode