pub unsafe extern "C" fn TA_S_ADX(
startIdx: c_int,
endIdx: c_int,
inHigh: *const f32,
inLow: *const f32,
inClose: *const f32,
optInTimePeriod: c_int,
outBegIdx: *mut c_int,
outNBElement: *mut c_int,
outReal: *mut f64,
) -> TA_RetCode