[doc] Update atdml-reference: create_, private aliases, field_prefix
- Rename all make_ → create_ (make_foo → create_foo, val make → val create)
- Add "Primitive type aliases" subsection: documents private type in .mli,
create_* constructor, :> coercion, zero runtime overhead
- Extend "Reserved name handling" to mention record fields and variants
- Add "Field field_prefix" entry under Section ocaml: documents the
annotation, the unprefixed-label / prefixed-field split, and the
keyword-escaping semantics with the mod+ule/mod+if worked example
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>