pub unsafe extern "C" fn TA_MA( startIdx: c_int, endIdx: c_int, inReal: *const f64, optInTimePeriod: c_int, optInMAType: TA_MAType, outBegIdx: *mut c_int, outNBElement: *mut c_int, outReal: *mut f64, ) -> TA_RetCode