C#调用C++  api
using System.Runtime.InteropServices
[dllImport("a.h")]
        public static extern int A()
        { 
            
            
            ....
        
        }