Function update_workitem_async

Source
#[no_mangle]
pub extern "C" fn update_workitem_async(
    client: *mut ClientWrapper,
    options: *mut UpdateWorkitemRequestWrapper,
    callback: extern "C" fn(*mut UpdateWorkitemResponseWrapper),
)