pub type YR_COMPILER_RE_AST_CALLBACK_FUNC = Option<unsafe extern "C" fn(rule: *const YR_RULE, string_identifier: *const c_char, re_ast: *const RE_AST, user_data: *mut c_void)>;

Aliased Type§

enum YR_COMPILER_RE_AST_CALLBACK_FUNC {
    None,
    Some(unsafe extern "C" fn(_: *const YR_RULE, _: *const i8, _: *const RE_AST, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const YR_RULE, _: *const i8, _: *const RE_AST, _: *mut c_void))

Some value of type T.