pub fn parse_property_data<'a>(
    version: u32
) -> impl FnMut(&'a [u8]) -> IResult<&'a [u8], PropertyData<'a>>