pyo3::ffi

Function PyUnicode_New

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