#[unsafe(no_mangle)]
pub extern "C" fn watch_async_async(
client: *mut ClientWrapper,
options: *mut WatchRequestWrapper,
callback: extern "C" fn(wrapper: *mut WatchResponseWrapper),
event_callback: extern "C" fn(*mut WatchEventWrapper),
)