The type of machine pointers assumed to be pointing to
unmanaged or pinned memory containing values or an array of
values of the given type.
This type should only be used when writing F# code that interoperates
with C code. Use of this type in F# code may result in
unverifiable code being generated. Conversions to and from the
[[nativeint]] type may be required. Values of this type can be generated
by the functions in the NativeInterop.NativePtr module.
Full Type Signature
type 'a nativeptr = (# ...)
|