2021-11-11 11:18:46 -06:00
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
using Microsoft.VisualC;
|
|
|
|
|
|
|
|
|
|
[StructLayout(LayoutKind.Sequential, Size = 32)]
|
|
|
|
|
[NativeCppClass]
|
|
|
|
|
internal struct GasGaugeMediator
|
|
|
|
|
{
|
|
|
|
|
private long _003Calignment_0020member_003E;
|
|
|
|
|
}
|