package main import "unsafe" var _ unsafe.Pointer type C.int16_t = int16 type C.int32_t = int32 type C.int64_t = int64 type C.int8_t = int8 type C.uint16_t = uint16 type C.uint32_t = uint32 type C.uint64_t = uint64 type C.uint8_t = uint8 type C.uintptr_t = uintptr