pub(crate) fn parse_index_attribute(attributes: &[Attribute]) -> Option<u64>
Extracts the u64 index from an attribute if it matches #[encodable(index = <u64>)].
#[encodable(index = <u64>)]