pub fn get_origin_as_from_bgp_attribute_as_path(
    path: &AttributeAsPath,
    is_asn_32bit: bool
) -> Result<Vec<u32>, Box<dyn Error>>