[][src]Function ittapi_rs::__itt_metadata_add_with_scope

pub unsafe extern "C" fn __itt_metadata_add_with_scope(
    domain: *const __itt_domain,
    scope: __itt_scope,
    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] scope The scope of the instance to which the metadata is to be added

@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