예제 #1
0
 private static T LoadFunction <T>(string name) => LibraryLoader.LoadFunction <T>(s_NativeLibrary, name);