nativeReadString

external fun nativeReadString(pointer: Long): String(source)

Reads bytes until null termination marker is found and returns the bytes read as String.