pub unsafe extern "C" fn seccomp_arch_resolve_name(
arch_name: *const c_char,
) -> u32Expand description
Resolve the architecture name to a architecture token
arch_name: the architecture name
This function resolves the given architecture name to a token suitable for use with libseccomp, returns zero on failure.