PySys_SetPath method

void PySys_SetPath(
  1. Pointer<WChar> arg0
)

Implementation

void PySys_SetPath(
  ffi.Pointer<ffi.WChar> arg0,
) {
  return _PySys_SetPath(
    arg0,
  );
}