Py_wgetcwd method Null safety
Implementation
ffi.Pointer<ffi.Int32> Py_wgetcwd(
ffi.Pointer<ffi.Int32> buf,
int buflen,
) {
return _Py_wgetcwd(
buf,
buflen,
);
}
ffi.Pointer<ffi.Int32> Py_wgetcwd(
ffi.Pointer<ffi.Int32> buf,
int buflen,
) {
return _Py_wgetcwd(
buf,
buflen,
);
}