pub unsafe extern "C" fn DAQmxCreateTEDSAIMicrophoneChan(
    taskHandle: TaskHandle,
    physicalChannel: *const c_char,
    nameToAssignToChannel: *const c_char,
    terminalConfig: int32,
    units: int32,
    maxSndPressLevel: float64,
    currentExcitSource: int32,
    currentExcitVal: float64,
    customScaleName: *const c_char
) -> int32