pub unsafe extern "C" fn DAQmxCreateLinScale(
    name: *const c_char,
    slope: float64,
    yIntercept: float64,
    preScaledUnits: int32,
    scaledUnits: *const c_char
) -> int32