Function push_workitem_async

Source
#[unsafe(no_mangle)]
pub extern "C" fn push_workitem_async(
    client: *mut ClientWrapper,
    options: *mut PushWorkitemRequestWrapper,
    callback: extern "C" fn(*mut PushWorkitemResponseWrapper),
)