openiap_clib

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