Try inserting this before your function call:
    
    
    test_lib.AmericanSoundex.argtype = (c_wchar_p)
    test_lib.AmericanSoundex.restype = (c_wchar_p)
    

Reply via email to