pub unsafe fn check_utf8(utf: *const xmlChar) -> c_int
Check that a byte string is valid UTF-8 (upstream xmlCheckUTF8): returns 1 when valid, 0 otherwise.
xmlCheckUTF8
utf