pub fn compile_c_app_if_installed<P: AsRef<Path>>(
    _out_dir: P,
    _app: &str
) -> Result<(), Error>