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