seccomp_api_set

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Posix)
extern (C) nothrow @nogc
@SILdoc(" Set the library's level of API support This function forcibly sets the API level of the library at runtime. Valid API levels are discussed in the description of the seccomp_api_get() function. General use of this function is strongly discouraged.")
int
seccomp_api_set
(
uint level
)

Meta