print_paths/
print_paths.rs

1fn main() {
2    println!("occt_path: {}", occt_sys::occt_path().to_str().unwrap());
3}