pub unsafe extern "C" fn starpu_task_insert_data_process_arg(
cl: *mut starpu_codelet,
task: *mut starpu_task,
allocated_buffers: *mut c_int,
current_buffer: *mut c_int,
arg_type: c_int,
handle: starpu_data_handle_t,
)Expand description
Store data handle \p handle into task \p task with mode \p arg_type, updating \p *allocated_buffers and \p *current_buffer accordingly. See \ref OtherTaskUtility for more details.