flapigen 0.11.0

Tool for connecting libraries written in Rust with other languages
Documentation
1
2
3
4
5
6
7
8
9
"static void static_foo(const Boo & a0) noexcept;";
r#"template<bool OWN_DATA>
    inline void FooWrapper<OWN_DATA>::static_foo(const Boo & a0) noexcept
    {

        Foo_static_foo(static_cast<const BooOpaque *>(a0));
    }"#;
"void Foo_static_foo(const BooOpaque * a0);";