pub fn detect_fixed_version<P>(
    version: &str,
    manifest_path: P
) -> Result<Option<String>, ProtoError>where
    P: AsRef<Path>,