getbufferproc typedef

getbufferproc = Pointer<NativeFunction<Int Function(Pointer<PyObject>, Pointer<Py_buffer>, Int)>>

Implementation

typedef getbufferproc = ffi.Pointer<
    ffi.NativeFunction<
        ffi.Int Function(
            ffi.Pointer<PyObject>, ffi.Pointer<Py_buffer>, ffi.Int)>>;