LPOVERLAPPED_COMPLETION_ROUTINE typedef

LPOVERLAPPED_COMPLETION_ROUTINE = Void Function(Uint64, Uint64, Pointer<LPOVERLAPPED>)

Implementation

typedef LPOVERLAPPED_COMPLETION_ROUTINE = ffi.Void Function(
  ffi.Uint64,
  ffi.Uint64,
  ffi.Pointer<LPOVERLAPPED>,
);