See also clone (from the arch-specific include)
clone
pub fn clone2(flags: u32, child_stack_ptr: usize) usize
pub fn clone2(flags: u32, child_stack_ptr: usize) usize { return syscall2(.clone, flags, child_stack_ptr); }