Function hyperscan_sys::chimera::ch_free_compile_error
source · [−]pub unsafe extern "C" fn ch_free_compile_error(
error: *mut ch_compile_error_t
) -> ch_error_t
Expand description
Free an error structure generated by @ref ch_compile(), @ref ch_compile_multi().
@param error The @ref ch_compile_error_t to be freed. NULL may also be safely provided.
@return @ref CH_SUCCESS on success, other values on failure.