#[unsafe(no_mangle)]pub unsafe extern "C" fn sys_clone( id: *mut Tid, func: extern "C" fn(usize), arg: usize, ) -> i32
Creates a new thread based on the configuration of the current thread.