pub fn get_frame_content_size(src: &[u8]) -> u64
Expand description

Wraps the ZSTD_getFrameContentSize() function.

src should contain at least a frame header.