pub unsafe extern "C" fn PyByteArray_FromStringAndSize( string: *const c_char, len: Py_ssize_t, ) -> *mut PyObject