package settings func boolPtr(b bool) *bool { return &b } func uint8Ptr(n uint8) *uint8 { return &n }