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

a :

the structure

a_out :

the cloned structure

Returns :