pub fn find_first_true_false_no_null( bit_chunks: BitChunks<'_, u64>, ) -> (Option<usize>, Option<usize>)