pub unsafe fn WsWriteBytes(
    writer: *const WS_XML_WRITER,
    bytes: *const c_void,
    bytecount: u32,
    error: Option<*const WS_ERROR>
) -> Result<()>