pub unsafe extern "C" fn PyUnicode_FromStringAndSize(
u: *const i8,
size: isize
) -> *mut PyObject