static UIntPtr GetPointerDataLength(IntPtr dataPointer)
 {
     return(GeneralApi.GlobalSize(dataPointer));
 }