1 /* go-ffi.c -- convert Go type description to libffi.
3 Copyright 2014 The Go Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style
5 license that can be found in the LICENSE file. */
14 void __go_func_to_cif (const struct __go_func_type
*, _Bool
, _Bool
, ffi_cif
*);