void regress_test_struct_a_clone RegressTestStructA* a RegressTestStructA* a_out regress_test_struct_a_clone void regress_test_struct_a_clone (RegressTestStructA* a, RegressTestStructA* a_out);

Make a copy of a RegressTestStructA

<code>a</code>

the structure

<code>a_out</code>

the cloned structure

<code>Returns</code>