pub fn link_shared_lib(
    input_path: &Path,
    output_filename: &Path
) -> Result<(), Box<dyn Error>>