[][src]Function lz4_sys::LZ4F_getFrameInfo

pub unsafe extern "C" fn LZ4F_getFrameInfo(
    ctx: LZ4FDecompressionContext,
    frameInfoPtr: &mut LZ4FFrameInfo,
    srcBuffer: *const u8,
    srcSizePtr: &mut size_t
) -> LZ4FErrorCode