Function pyo3::ffi::PyUnicode_New

source ·
pub unsafe extern "C" fn PyUnicode_New(
    size: isize,
    maxchar: u32
) -> *mut PyObject