pub unsafe fn clone_raw( flags: c_ulong, stack: c_ulong, parent_tid: *mut c_int, child_tid: *mut c_int, tls: c_ulong, ) -> Result<c_long, Errno>
Too many requirements to list here. See clone(2).
clone(2)