Py_SetPath method

void Py_SetPath(
  1. Pointer<WChar> arg0
)

Implementation

void Py_SetPath(
  ffi.Pointer<ffi.WChar> arg0,
) {
  return _Py_SetPath(
    arg0,
  );
}