[][src]Function ipp_headers_sys::ippiFilterBilateralGetBufferSize

pub unsafe extern "C" fn ippiFilterBilateralGetBufferSize(
    filter: Type,
    dstRoiSize: IppiSize,
    kernelWidthHeight: c_int,
    dataType: Type,
    numChannels: c_int,
    distMethodType: Type,
    pSpecSize: *mut c_int,
    pBufferSize: *mut c_int
) -> IppStatus