Function UA_Client_writeIsAbstractAttribute

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