//go:build ((freebsd || linux || darwin) && arm64) || (windows && (amd64 || arm64)) package ffi const ( DefaultAbi Abi = 1 )