Raw FFI bindings to WinFSP.
The winfsp crate provides idiomatic wrappers around the raw WinFSP APIs.
By default, winfsp-sys builds against an included import library. To build against the installed WinFSP libraries, enable the system
feature. The path will automatically be determined via the Registry.
toml
[dependencies.winfsp-sys]
version = "0.2"
features = ["system"]