Sign in
third-party-mirror
/
cbindgen
/
refs/heads/main
/
.
/
cbindgen-0.27.0
/
tests
/
expectations
/
zst.c
blob: 04caa7d1858d6631a5f3fec76080c6084c974921 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
typedef
struct
{
void
*
data
;
void
*
vtable
;
}
TraitObject
;
void
*
root
(
const
void
*
ptr
,
TraitObject
t
);