pub unsafe fn WsWriteCharsUtf8(
    writer: *const WS_XML_WRITER,
    bytes: &[u8],
    error: Option<*const WS_ERROR>
) -> Result<()>