PyStructSequence_InitType2 method Null safety
- Pointer<
_typeobject> type, - Pointer<
PyStructSequence_Desc> desc
Implementation
int PyStructSequence_InitType2(
ffi.Pointer<_typeobject> type,
ffi.Pointer<PyStructSequence_Desc> desc,
) {
return _PyStructSequence_InitType2(
type,
desc,
);
}