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