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