pub fn parse_sv<T:AsRef<Path>, U:AsRef<Path>, V:BuildHasher>( path: T, pre_defines: &Defines<V>, include_paths: &[U], ignore_include:bool, allow_incomplete:bool,) ->Result<(SyntaxTree,Defines),Error>