pyo3 0.12.3

Bindings to Python interpreter
Documentation
1
2
3
4
5
6
// This header is new in Python 3.6
use crate::ffi::object::PyObject;

extern "C" {
    pub fn PyOS_FSPath(path: *mut PyObject) -> *mut PyObject;
}