public static void CopyPtrToStructure (void* ptr, out T output);

Parameters

ptr内存指针。
output结构。

Description

从 ptr 向 output 复制 sizeof(T) 个字节。