Function brotli::ffi::decompressor::CBrotliDecoderDecompressStream[][src]

pub unsafe extern "C" fn CBrotliDecoderDecompressStream(
    state_ptr: *mut BrotliDecoderState,
    available_in: *mut usize,
    input_buf_ptr: *mut *const u8,
    available_out: *mut usize,
    output_buf_ptr: *mut *mut u8,
    total_out: *mut usize
) -> BrotliDecoderResult