pub unsafe extern "C" fn DAQmxCreateAOFuncGenChan(
    taskHandle: TaskHandle,
    physicalChannel: *const c_char,
    nameToAssignToChannel: *const c_char,
    type_: int32,
    freq: float64,
    amplitude: float64,
    offset: float64
) -> int32