pub(crate) fn bitfield_struct_impl(
    ast: &DeriveInput,
    fields: &FieldsNamed
) -> Result<TokenStream>