pub fn visualize_c_ast(file_path: &Path) -> Result<String>
Visualize C AST with CPython API annotations for debugging
CPython
Returns an error if the file cannot be read or parsed