openiap_clib

Function connect_async

source
#[no_mangle]
pub extern "C" fn connect_async(
    client: *mut ClientWrapper,
    server_address: *const c_char,
    callback: extern "C" fn(wrapper: *mut ConnectResponseWrapper),
)