1use crate::object::PyObject; 2 3extern_libpython! { 4 pub fn PyOS_FSPath(path: *mut PyObject) -> *mut PyObject; 5}