BrotliDecoderDestroyInstance

Function BrotliDecoderDestroyInstance 

Source
pub unsafe extern "C" fn BrotliDecoderDestroyInstance(
    state: *mut BrotliDecoderState,
)
Expand description

Deinitializes and frees ::BrotliDecoderState instance.

@param state decoder instance to be cleaned up and deallocated