pub type LookupU16<'a> = TypedLookup<'a, u16>;
pub struct LookupU16<'a> { pub lookup: Lookup<'a>, /* private fields */ }
lookup: Lookup<'a>