//! Native FFI bindings to libfuse
//!
//! This is a small set of bindings that are required to mount/unmount FUSE filesystems and
//! open/close a fd to the kernel driver with it. Since these bindings by far don't cover
//! everything in libfuse, we don't use a fuse-sys crate. It would actually be nice to get rid
//! of these bindings to become independent from libfuse, but FUSE mounting isn't trivial
//! unfortunately.
use ;
extern "C"