Function brotli::ffi::decompressor::CBrotliDecoderDecompressStreaming
source · pub unsafe extern "C" fn CBrotliDecoderDecompressStreaming(
state_ptr: *mut BrotliDecoderState,
available_in: *mut usize,
input_buf_ptr: *const u8,
available_out: *mut usize,
output_buf_ptr: *mut u8
) -> BrotliDecoderResult