8 lines
137 B
C#
8 lines
137 B
C#
using System.Security;
|
|
|
|
namespace Mediapipe.PInvoke;
|
|
|
|
[SuppressUnmanagedCodeSecurity]
|
|
internal static partial class SafeNativeMethods
|
|
{
|
|
} |