pub(crate) fn py_dna_detect_hairpins( _py: Python<'_>, sequence: &str, min_stem: usize, min_loop: usize, ) -> Vec<(usize, usize, usize)>