Initialize a memory walk structure
#include <qvm/gasp.h>
void gasp_walk_init(struct gasp_walk_state *const gws,
const struct guest_system *const gsp,
uint64_t const max_length,
unsigned const flags)
Call this function before using gasp_walk_next().