pub unsafe extern "C" fn mi_rs_layout_table(
count: *mut usize,
) -> *const MiRsLayoutEntryExpand description
Publishes what the C compiler laid out for every mirrored type, constant and
option in this module. Defined by layout_probe.c (a rust/-side verification
artifact, not part of the C library) and consumed by tests/t19_layout.rs.