PySys_SetPath method Null safety

void PySys_SetPath (
  1. Pointer<Int32> arg0
)

Implementation

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