pub unsafe extern "C" fn DAQmxCreateCOPulseChanTime(
taskHandle: TaskHandle,
counter: *const c_char,
nameToAssignToChannel: *const c_char,
units: int32,
idleState: int32,
initialDelay: float64,
lowTime: float64,
highTime: float64,
) -> int32