PySequence_List method Null safety
Implementation
ffi.Pointer<PyObject> PySequence_List(
ffi.Pointer<PyObject> o,
) {
return _PySequence_List(
o,
);
}
ffi.Pointer<PyObject> PySequence_List(
ffi.Pointer<PyObject> o,
) {
return _PySequence_List(
o,
);
}