Function interception_set_filter

Source
#[no_mangle]
pub extern "C" fn interception_set_filter(
    _ctx_ptr: *mut c_void,
    _predicate_ptr: *const extern "C" fn(_: i32) -> i32,
    _filter: c_ushort,
)