openiap_clib

Function insert_or_update_one_async

source
#[no_mangle]
pub extern "C" fn insert_or_update_one_async(
    client: *mut ClientWrapper,
    options: *mut InsertOrUpdateOneRequestWrapper,
    callback: extern "C" fn(wrapper: *mut InsertOrUpdateOneResponseWrapper),
)