Function update_one_async

Source
#[no_mangle]
pub extern "C" fn update_one_async(
    client: *mut ClientWrapper,
    options: *mut UpdateOneRequestWrapper,
    callback: extern "C" fn(wrapper: *mut UpdateOneResponseWrapper),
)