pub unsafe extern "C" fn ZSTD_isSkippableFrame(
    buffer: *const c_void,
    size: usize
) -> c_uint
Expand description

ZSTD_isSkippableFrame() : Tells if the content of buffer starts with a valid Frame Identifier for a skippable frame.