Bindings to the clone3 linux system call.
See the clone3 man page for more information.
This is a complex and generally unsafe operation. Users must understand the documentation to use it safely and correctly.
Examples
use Clone3;
let mut pidfd = -1;
let mut clone3 = default;
clone3.flag_pidfd;
match unsafe .unwrap