pub async fn blame_reverse( repo_path: &str, file_path: &str, line: usize, rev_a: &str, rev_b: &str, enable_copy_detection: bool, ) -> Result<Option<BlameResult>>