pub unsafe extern "C" fn PyUnicode_AsWideChar(
    unicode: *mut PyObject,
    w: *mut wchar_t,
    size: Py_ssize_t
) -> Py_ssize_t