Evaluate a source string. Equivalent to py_exec(source, "<string>", EVAL_MODE, module).
py_exec(source, "<string>", EVAL_MODE, module)
bool py_eval( ffi.Pointer<ffi.Char> source, py_Ref module, ) { return _py_eval( source, module, ); }