[][src]Type Definition compu_brotli_sys::brotli_free_func

type brotli_free_func = Option<unsafe extern "C" fn(opaque: *mut c_void, address: *mut c_void)>;

Deallocating function pointer type.

This function @b SHOULD do nothing if @p address is @c 0.

@param opaque custom memory manager handle provided by client @param address memory region pointer returned by ::brotli_alloc_func, or @c 0