pub fn find_template(
haystack: &DynamicImage,
needle: &DynamicImage,
threshold: f32,
needle_path: &Path,
search_rect: Option<Rect>,
) -> Result<MatchResult>pub fn find_template(
haystack: &DynamicImage,
needle: &DynamicImage,
threshold: f32,
needle_path: &Path,
search_rect: Option<Rect>,
) -> Result<MatchResult>