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