pub fn create_patched_content( original_content: &str, search_block: &str, replace_block: &str, ) -> Option<String>