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