pub unsafe extern "C" fn DAQmxCreatePolynomialScale(
    name: *const c_char,
    forwardCoeffs: *const float64,
    numForwardCoeffsIn: uInt32,
    reverseCoeffs: *const float64,
    numReverseCoeffsIn: uInt32,
    preScaledUnits: int32,
    scaledUnits: *const c_char
) -> int32