http_data_cbFunction typedef

http_data_cbFunction = Int Function(Pointer<http_parser>, Pointer<Char>, Size)

Implementation

typedef http_data_cbFunction =
    ffi.Int Function(ffi.Pointer<http_parser>, ffi.Pointer<ffi.Char>, ffi.Size);