pub unsafe extern "C" fn DAQmxReadCtrTicks(
    taskHandle: TaskHandle,
    numSampsPerChan: int32,
    timeout: float64,
    interleaved: bool32,
    readArrayHighTicks: *mut uInt32,
    readArrayLowTicks: *mut uInt32,
    arraySizeInSamps: uInt32,
    sampsPerChanRead: *mut int32,
    reserved: *mut bool32
) -> int32