fn extract_int_property(data: &[u8], prop_name: &str) -> Option<u32>
Extract an integer property value from a key-value text pair.