Cronet_Buffer_InitWithAllocFunc typedef

Cronet_Buffer_InitWithAllocFunc = Void Function(Pointer<Cronet_Buffer>, Uint64)

Implementation

typedef Cronet_Buffer_InitWithAllocFunc = ffi.Void Function(
  ffi.Pointer<Cronet_Buffer>,
  ffi.Uint64,
);