pub fn generate_pkg_config_content(
name: &str,
version: &str,
description: &str,
lib_name: &str,
) -> StringExpand description
Generate standard pkg-config .pc file content for an SDK component.
Produces output compatible with the pkg-config tool, defining the
prefix, include, and library paths for a named component.