pub unsafe extern "C" fn TA_CDLMATHOLD(
startIdx: c_int,
endIdx: c_int,
inOpen: *const f64,
inHigh: *const f64,
inLow: *const f64,
inClose: *const f64,
optInPenetration: f64,
outBegIdx: *mut c_int,
outNBElement: *mut c_int,
outInteger: *mut c_int,
) -> TA_RetCode