Function upload_async

Source
#[unsafe(no_mangle)]
pub extern "C" fn upload_async(
    client: *mut ClientWrapper,
    options: *mut UploadRequestWrapper,
    callback: extern "C" fn(wrapper: *mut UploadResponseWrapper),
)