pub unsafe extern "C" fn seccomp_rule_add( ctx: scmp_filter_ctx, action: u32, syscall: c_int, arg_cnt: c_uint, ... ) -> c_int
Add a rule.