#[no_mangle]
pub unsafe extern "C" fn BrotliDecoderDecompressStreaming(
    state_ptr: *mut BrotliDecoderState,
    available_in: *mut usize,
    input_buf_ptr: *const u8,
    available_out: *mut usize,
    output_buf_ptr: *mut u8
) -> BrotliDecoderResult
Expand description

Equivalent to BrotliDecoderDecompressStream but with no optional arg and no double indirect ptrs