wstringLen function

int wstringLen(
  1. Pointer<NativeType> ptr
)

Implementation

int wstringLen(Pointer ptr) {
  return _wcslen(ptr);
}