pub unsafe extern "C" fn DAQmxWriteCtrTime(
    taskHandle: TaskHandle,
    numSampsPerChan: int32,
    autoStart: bool32,
    timeout: float64,
    dataLayout: bool32,
    highTime: *const float64,
    lowTime: *const float64,
    numSampsPerChanWritten: *mut int32,
    reserved: *mut bool32
) -> int32