pub unsafe extern "C" fn BrotliEncoderDestroyInstance(
state: *mut BrotliEncoderState,
)Expand description
Deinitializes and frees ::BrotliEncoderState instance.
@param state decoder instance to be cleaned up and deallocated
pub unsafe extern "C" fn BrotliEncoderDestroyInstance(
state: *mut BrotliEncoderState,
)Deinitializes and frees ::BrotliEncoderState instance.
@param state decoder instance to be cleaned up and deallocated