pub const KeyUpdateRequest = enum(u8)
pub const KeyUpdateRequest = enum(u8) { update_not_requested = 0, update_requested = 1, _, }