1#include "include/pwlib/idna.h" 2 3[[nodiscard]] bool pw_idna_encode(PwValuePtr str, PwValuePtr result) 4{ 5}