pub fn extract_topic_bytes(log: &RpcLog, index: usize) -> Result<Vec<u8>>
Extract topic bytes at index.
Returns an error if the topic at the specified index is missing.