Function zstd_sys::ZSTD_dParam_getBounds
source · pub unsafe extern "C" fn ZSTD_dParam_getBounds(
dParam: ZSTD_dParameter
) -> ZSTD_bounds
Expand description
ZSTD_dParam_getBounds() : All parameters must belong to an interval with lower and upper bounds, otherwise they will either trigger an error or be automatically clamped. @return : a structure, ZSTD_bounds, which contains - an error status field, which must be tested using ZSTD_isError() - both lower and upper bounds, inclusive