pub unsafe extern "C" fn DAQmxRegisterEveryNSamplesEvent(
    task: TaskHandle,
    everyNsamplesEventType: int32,
    nSamples: uInt32,
    options: uInt32,
    callbackFunction: DAQmxEveryNSamplesEventCallbackPtr,
    callbackData: *mut c_void
) -> int32