pub unsafe fn WsPushBytes(
    writer: *const WS_XML_WRITER,
    callback: WS_PUSH_BYTES_CALLBACK,
    callbackstate: Option<*const c_void>,
    error: Option<*const WS_ERROR>
) -> Result<()>