pub fn looks_like_rust_object_file(filename: &str) -> bool
Checks if the given filename ends with the .rcgu.o extension that rustc uses for the object files it generates.
.rcgu.o
rustc