pub unsafe fn HeapTupleHeaderGetNatts(tup: *const HeapTupleHeaderData) -> u16
Expand description

How many attributes does the specified [HeapTupleHeader] have?

Safety

Caller is responsible for ensuring tup is a valid pointer