Function UA_Client_writeExecutableAttribute

Source
pub unsafe extern "C" fn UA_Client_writeExecutableAttribute(
    client: *mut UA_Client,
    nodeId: UA_NodeId,
    newExecutable: *const UA_Boolean,
) -> UA_StatusCode