pub unsafe extern "C" fn seccomp_api_set(level: c_uint) -> c_intExpand description
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.