sub testSub { my $test_var = shift; $$test_var = "Hello!;)\n"; return 1; } #### int testSub(const char** test_var) CODE: ...