pub unsafe extern "C" fn starpu_data_pack_node(
handle: starpu_data_handle_t,
node: c_uint,
ptr: *mut *mut c_void,
count: *mut starpu_ssize_t,
) -> c_intExpand description
Execute the packing operation of the interface of the data
registered at \p handle (see starpu_data_interface_ops). This
packing operation must allocate a buffer large enough at \p ptr on node \p node and copy
into the newly allocated buffer the data associated to \p handle. \p count
will be set to the size of the allocated buffer. If \p ptr is