let single_pread fd off buf =
      if off < 0
      then invalid_arg "ExtUnix.single_pread"
      else unsafe_single_pread fd off buf