#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_detailed_connectivity_external_identifier_at(
details: *const PioDetailedConnectivity,
metadata_index: usize,
identifier_index: usize,
output: *mut PioExternalIdentifierView,
error: *mut *mut PioError,
) -> boolExpand description
Read one external identifier from a component metadata record.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.