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