Function llg_free_matcher

#[no_mangle]
pub unsafe extern "C" fn llg_free_matcher(matcher: *mut LlgMatcher)
Expand description

Free the matcher.

ยงSafety

This function should only be called from C code.