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