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