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
pub unsafe extern "C" fn BrotliDecoderDestroyInstance(
state: *mut BrotliDecoderState,
)Deinitializes and frees ::BrotliDecoderState instance.
@param state decoder instance to be cleaned up and deallocated