pub unsafe extern "C" fn ZSTD_isSkippableFrame( buffer: *const c_void, size: usize, ) -> c_uint
ZSTD_isSkippableFrame() : Tells if the content of buffer starts with a valid Frame Identifier for a skippable frame.
buffer