FFI functions are public
tcharding opened this issue · 2 comments
tcharding commented
This crate basically wraps two FFI functions. We provide safe functions to call each of these two FFI functions but we still expose the FFI functions. Is there any reason that downstream folks may want to use the unsafe versions or can we make them private?