pub unsafe extern "C" fn DAQmxGetChanAttribute(
    taskHandle: TaskHandle,
    channel: *const c_char,
    attribute: int32,
    value: *mut c_void,
     ...
) -> int32