devela::_dep::pyo3::ffi

Function PyUnicode_InternFromString

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