pub fn sys_socketpair( locked: &mut Locked<Unlocked>, current_task: &CurrentTask, domain: u32, socket_type: u32, protocol: u32, user_sockets: UserRef<[FdNumber; 2]>, ) -> Result<(), Errno>