pub unsafe extern "C" fn PhidgetHub_setADCCalibrationValues2(
ch: PhidgetHubHandle,
voltageInputOffset: *const f64,
voltageInputOffsetLen: usize,
voltageInputGain: *const f64,
voltageInputGainLen: usize,
voltageRatioOffset: *const f64,
voltageRatioOffsetLen: usize,
voltageRatioGain: *const f64,
voltageRatioGainLen: usize,
) -> PhidgetReturnCode