pub unsafe extern "C" fn DAQmxReadDigitalU8(
    taskHandle: TaskHandle,
    numSampsPerChan: int32,
    timeout: float64,
    fillMode: bool32,
    readArray: *mut uInt8,
    arraySizeInSamps: uInt32,
    sampsPerChanRead: *mut int32,
    reserved: *mut bool32
) -> int32