Brotli.Encodertype t = encoder_stateval create : ?quality:int -> unit -> encoder_stateval destroy : encoder_state -> unitval compress_stream :
?output_size:int ->
encoder_state ->
string ->
encoder_operation ->
bool * int * string * boolval with_encoder : ?quality:int -> (encoder_state -> 'a) -> 'a