public static IntPtr ReAllocHGlobal(IntPtr pv, IntPtr cb) { return(PInvokeMarshal.MemReAlloc(pv, cb)); }