PyOS_FSPath method Null safety
Implementation
ffi.Pointer<PyObject> PyOS_FSPath(
ffi.Pointer<PyObject> path,
) {
return _PyOS_FSPath(
path,
);
}
ffi.Pointer<PyObject> PyOS_FSPath(
ffi.Pointer<PyObject> path,
) {
return _PyOS_FSPath(
path,
);
}