realised_string_get_store_path

Function realised_string_get_store_path 

Source
pub unsafe extern "C" fn realised_string_get_store_path(
    realised_string: *mut realised_string,
    index: usize,
) -> *const StorePath
Expand description

@brief Get a store path. The store paths are stored in an arbitrary order. @param[in] realised_string @param[in] index index of the store path, must be less than the count @return store path valid until realised_string is freed