public void GetLibraryMethod <T>(string name, out T t) { PlatformSpecific.GetLibraryMethod(Platform, handle, name, out t); }