func IterateByteStringKeysByPrefix
Iterate the keys in-order starting from the given prefix. It calls the provided callback function for each key-value pair encountered. If the callback returns true, the iteration is stopped. The prefix and keys are treated as byte strings, ignoring possible multi-byte Unicode runes.