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