pub fn mount_fsp_filesystem(
    name: &str,
    fs_obj: Shared<dyn IFileSystem>
) -> Result<()>