ssizeobjargproc typedef Null safety

Int32 ssizeobjargproc (
  1. Pointer<PyObject>,
  2. Int64,
  3. Pointer<PyObject>
)

Implementation

typedef ssizeobjargproc = ffi.Int32 Function(
  ffi.Pointer<PyObject>,
  ffi.Int64,
  ffi.Pointer<PyObject>,
);