pub const @"CRC-16/USB" = Generic(u16, .
pub const @"CRC-16/USB" = Generic(u16, .{ .polynomial = 0x8005, .initial = 0xffff, .reflect_input = true, .reflect_output = true, .xor_output = 0xffff, })