Also, added the to_c_string and from_c_string functions. Their location needs to be determined.
Binding
There are many common data types and functions used when interfacing with C libraries. The Binding library attempts to define the more commonly needed types and functions to help speed up the process of wrapping these libraries.
Description
Languages
Rust
100%