pub fn create_global_shim_with_name<'tool, C>(
    context: C,
    name: &str
) -> Result<PathBuf, ProtoError>where
    C: AsRef<ShimContext<'tool>>,