[−][src]Function brotli::ffi::compressor::BrotliEncoderCompressStream
#[no_mangle] pub unsafe extern "C" fn BrotliEncoderCompressStream(
state_ptr: *mut BrotliEncoderState,
op: BrotliEncoderOperation,
available_in: *mut usize,
input_buf_ptr: *mut *const u8,
available_out: *mut usize,
output_buf_ptr: *mut *mut u8,
total_out: *mut usize
) -> i32