pub unsafe extern "C" fn ippiThreshold_LTValGTVal_16u_C1R(
pSrc: *const Ipp16u,
srcStep: c_int,
pDst: *mut Ipp16u,
dstStep: c_int,
roiSize: IppiSize,
thresholdLT: Ipp16u,
valueLT: Ipp16u,
thresholdGT: Ipp16u,
valueGT: Ipp16u
) -> IppStatus