pub(crate) type VoidPtrToBoolFnMut = dyn FnMut(*const c_void) -> bool;
A closure implementing a stateful predicate on pointers.