#pragma once

#include <stdlib.h>

typedef struct
{
    void *ptr;
    size_t len;
} zig_slice;
