pub unsafe extern "C" fn DAQmxReadRaw(
    taskHandle: TaskHandle,
    numSampsPerChan: int32,
    timeout: float64,
    readArray: *mut c_void,
    arraySizeInBytes: uInt32,
    sampsRead: *mut int32,
    numBytesPerSamp: *mut int32,
    reserved: *mut bool32
) -> int32