pub type YR_COMPILER_INCLUDE_FREE_FUNC = Option<unsafe extern "C" fn(callback_result_ptr: *const c_char, user_data: *mut c_void)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.