Function memrchr

#[must_use]
pub fn memrchr(x: u8, text: &[u8]) -> Option<usize>

Returns the last index matching the byte x in text.