pub fn plain_find(hay: &[u8], needle: &[u8], init: usize) -> Option<usize>
Plain substring search (find with plain=true).