2.1.2.3.1. Linux Clone Call
int clone (
  int (*fn) (void *),
  void *child_stack,
  int flags,
  void *arg,
  ...);