Cronet_DateTime_Create method

Pointer<Cronet_DateTime> Cronet_DateTime_Create()

////////////////////

Implementation

ffi.Pointer<Cronet_DateTime> Cronet_DateTime_Create() {
  return _Cronet_DateTime_Create();
}