PyCapsule_GetPointer method Null safety
Implementation
ffi.Pointer<ffi.Void> PyCapsule_GetPointer(
ffi.Pointer<PyObject> capsule,
ffi.Pointer<ffi.Int8> name,
) {
return _PyCapsule_GetPointer(
capsule,
name,
);
}
ffi.Pointer<ffi.Void> PyCapsule_GetPointer(
ffi.Pointer<PyObject> capsule,
ffi.Pointer<ffi.Int8> name,
) {
return _PyCapsule_GetPointer(
capsule,
name,
);
}