devela::_dep::pyo3::ffi

Function PyUnicode_AsASCIIString

pub unsafe extern "C" fn PyUnicode_AsASCIIString(
    unicode: *mut PyObject,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.