openiap_clib

Function watch_async_async

source
#[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),
)