pub fn find_between_with_offset(
    buffer: &[u8],
    from: &[u8],
    to: u8,
    offset: i32
) -> Option<String>