pub unsafe extern "C" fn DAQmxWriteRaw(
    taskHandle: TaskHandle,
    numSamps: int32,
    autoStart: bool32,
    timeout: float64,
    writeArray: *const c_void,
    sampsPerChanWritten: *mut int32,
    reserved: *mut bool32
) -> int32