void regress_annotation_object_set_data RegressAnnotationObject* object guchar* data gsize length regress_annotation_object_set_data void regress_annotation_object_set_data (RegressAnnotationObject* object, guchar* data, gsize length);

Test taking a guchar * with a length.

<code>object</code>

a

<code>data</code>

The data

<code>length</code>

Length of the data

<code>Returns</code>