Function update_one_async

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