Sindbad~EG File Manager

Current Path : /usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/cbindgen/tests/expectations/
Upload File :
Current File : //usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/cbindgen/tests/expectations/body.pyx

from libc.stdint cimport int8_t, int16_t, int32_t, int64_t, intptr_t
from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t, uintptr_t
cdef extern from *:
  ctypedef bint bool
  ctypedef struct va_list

cdef extern from *:

  ctypedef enum MyCLikeEnum:
    Foo1,
    Bar1,
    Baz1,

  ctypedef enum MyCLikeEnum_Prepended:
    Foo1_Prepended,
    Bar1_Prepended,
    Baz1_Prepended,

  ctypedef struct MyFancyStruct:
    int32_t i;
#ifdef __cplusplus
    inline void foo();
#endif

  ctypedef enum MyFancyEnum_Tag:
    Foo,
    Bar,
    Baz,

  ctypedef struct MyFancyEnum:
    MyFancyEnum_Tag tag;
    int32_t bar;
    int32_t baz;
#ifdef __cplusplus
    inline void wohoo();
#endif

  ctypedef union MyUnion:
    float f;
    uint32_t u;
  int32_t extra_member;

  ctypedef struct MyFancyStruct_Prepended:
#ifdef __cplusplus
    inline void prepended_wohoo();
#endif
    int32_t i;

  ctypedef enum MyFancyEnum_Prepended_Tag:
    Foo_Prepended,
    Bar_Prepended,
    Baz_Prepended,

  ctypedef struct MyFancyEnum_Prepended:
#ifdef __cplusplus
    inline void wohoo();
#endif
    MyFancyEnum_Prepended_Tag tag;
    int32_t bar_prepended;
    int32_t baz_prepended;

  ctypedef union MyUnion_Prepended:
    int32_t extra_member;
    float f;
    uint32_t u;

  void root(MyFancyStruct s,
            MyFancyEnum e,
            MyCLikeEnum c,
            MyUnion u,
            MyFancyStruct_Prepended sp,
            MyFancyEnum_Prepended ep,
            MyCLikeEnum_Prepended cp,
            MyUnion_Prepended up);

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists