public static RuntimeType GetPointerType(RuntimeType targetType)
 {
     return(RuntimeTypeUnifier.GetPointerType(targetType));
 }