pub unsafe extern "C" fn PyBytes_AsStringAndSize( obj: *mut PyObject, s: *mut *mut i8, len: *mut isize, ) -> i32