pub fn git_worktree_add_new_branch( repo_path: String, path: String, branch: String, start_point: String, ) -> Result<(), GitError>