pub unsafe extern "C" fn PyUnicode_FromKindAndData(
kind: c_int,
buffer: *const c_void,
size: Py_ssize_t
) -> *mut PyObject