pub(crate) type VoidPtrToBoolFnMut = dyn FnMut(*const c_void) -> bool;
Expand description

A closure implementing a stateful predicate on pointers.