pub unsafe extern "C" fn UA_Client_writeEventNotifierAttribute_async(
    client: *mut UA_Client,
    nodeId: UA_NodeId,
    outEventNotifier: *const UA_Byte,
    callback: UA_ClientAsyncServiceCallback,
    userdata: *mut c_void,
    reqId: *mut UA_UInt32
) -> UA_StatusCode