该问题来自社区帖: https://bbs.csdn.net/topics/614645267
Marshal.StructureToPtr(_session, _copiedSess, true);.
会一直报错,说不是结构体,或者说是null
MarshalDirectiveException: Type Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid which is passed to unmanaged code must have a StructLayout attribute.
(wrapper other) NNOnnx.NNSession.StructureToPtr(object,intptr,bool)