pub type StatefulPredicate = unsafe extern "C" fn(Key, *mut c_void) -> bool;
Callback signature for custom predicate functions, defined in the Rust layer and used in the C++ layer.