LPOVERLAPPED_COMPLETION_ROUTINE typedef

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

Implementation

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