Cronet_Buffer_InitWithAlloc method

void Cronet_Buffer_InitWithAlloc(
  1. Pointer<Cronet_Buffer> self,
  2. int size
)

Implementation

void Cronet_Buffer_InitWithAlloc(
  ffi.Pointer<Cronet_Buffer> self,
  int size,
) {
  return _Cronet_Buffer_InitWithAlloc(
    self,
    size,
  );
}