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),
)