Low-level bindings for the libseccomp library
This crate contains the raw FFI bindings to the libseccomp library by using bindgen.
These low level, mostly unsafe
bindings are then used by libseccomp-rs
wraps them in a nice to use, mostly safe API.
Therefore most users should not need to interact with this crate directly.
Currently, this crate supports libseccomp version 2.5.1 that is the latest version.