std::strptr_to_cstrptr
strptr_to_cstrptr
Converts a wide string pointer to a C-style string pointer
Signature
strptr_to_cstrptr(wstr: const wchar_t*, buffer: char*, buffer_size: size_t) -> void
Specifiers
inline
Converts a wide string pointer to a C-style string pointer
strptr_to_cstrptr(wstr: const wchar_t*, buffer: char*, buffer_size: size_t) -> void
inline