let single_pwrite fd off buf =
      if off < 0
      then invalid_arg "ExtUnix.single_pwrite"
      else unsafe_single_pwrite fd off buf