PTP_WIN32_IO_CALLBACK typedef
PTP_WIN32_IO_CALLBACK =
Void Function(Pointer<_TP_CALLBACK_INSTANCE> , Pointer<Void> , Pointer<Void> , Uint64, Uint64, Pointer<_TP_IO> )
Implementation
typedef PTP_WIN32_IO_CALLBACK = ffi.Void Function(
ffi.Pointer<_TP_CALLBACK_INSTANCE>,
ffi.Pointer<ffi.Void>,
ffi.Pointer<ffi.Void>,
ffi.Uint64,
ffi.Uint64,
ffi.Pointer<_TP_IO>,
);