Cronet_Engine_ShutdownFunc typedef

Cronet_Engine_ShutdownFunc = Int32 Function(Pointer<Cronet_Engine>)

Implementation

typedef Cronet_Engine_ShutdownFunc = ffi.Int32 Function(
  ffi.Pointer<Cronet_Engine>,
);