pub type TruthyFn = unsafe fn(PtrConst) -> bool;
Function type for truthiness checks used by skip_unless_truthy-style helpers.