public HRESULT GetDesc(D3D12_LIBRARY_DESC *pDesc)
 {
     return(((delegate * unmanaged <ID3D12LibraryReflection *, D3D12_LIBRARY_DESC *, int>)(lpVtbl[3]))((ID3D12LibraryReflection *)Unsafe.AsPointer(ref this), pDesc));
 }
 public int GetDesc([NativeTypeName("D3D12_LIBRARY_DESC *")] D3D12_LIBRARY_DESC *pDesc)
 {
     return(((delegate * stdcall <ID3D12LibraryReflection *, D3D12_LIBRARY_DESC *, int>)(lpVtbl[3]))((ID3D12LibraryReflection *)Unsafe.AsPointer(ref this), pDesc));
 }