v8 152.1.0

Rust bindings to V8
Documentation
functions:
  - name: htonl
    standards:
      - posix
    return_type: uint32_t
    arguments:
      - type: uint32_t
  - name: htons
    standards:
      - posix
    return_type: uint16_t
    arguments:
      - type: uint16_t
  - name: ntohl
    standards:
      - posix
    return_type: uint32_t
    arguments:
      - type: uint32_t
  - name: ntohs
    standards:
      - posix
    return_type: uint16_t
    arguments:
      - type: uint16_t