pub fn decode_cursor(token: &str) -> Result<Vec<u8>, CursorDecodeError>
Decode a lowercase/uppercase hex cursor token into raw bytes.
The token may include surrounding whitespace, which is trimmed.