devela::_dep::pyo3::ffi

Function PyUnicode_New

pub unsafe extern "C" fn PyUnicode_New(
    size: isize,
    maxchar: u32,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.