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