# Functions
AllPtrFieldsNil tests whether all pointer fields in a struct are nil.
BoolPtr returns a pointer to a bool.
Int32Ptr returns a pointer to an int32.
Int32PtrDerefOr dereference the int32 ptr and returns it i not nil, else returns def.
Int64Ptr returns a pointer to an int64.