[][src]Function ittapi_rs::__itt_metadata_add

pub unsafe extern "C" fn __itt_metadata_add(
    domain: *const __itt_domain,
    id: __itt_id,
    key: *mut __itt_string_handle,
    type_: __itt_metadata_type,
    count: usize,
    data: *mut c_void
)

@ingroup parameters @brief Add metadata to an instance of a named entity. @param[in] domain The domain controlling the call @param[in] id The identifier of the instance to which the metadata is to be added, or __itt_null to add to the current task @param[in] key The name of the metadata @param[in] type The type of the metadata @param[in] count The number of elements of the given type. If count == 0, no metadata will be added. @param[in] data The metadata itself