
7.10 The C structure
val setPtrAddrOf : { ptr:c_object, data:c_object } -> unit
ptr, to reference the value referred to by the data object. The c_type of ptr is any pointer c_type and the c_type of data must be compatible with this.

Generated with Harlequin WebMaker