#pragma once #include typedef struct { void *ptr; size_t len; } zig_slice;