fn extract_bool_property(data: &[u8], prop_name: &str) -> Option<bool>
Find a BoolProperty by name and return its value (true/false).