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