#[unsafe(no_mangle)] pub extern "C" fn free_mappings(mappings: *mut Mappings<()>)
Destroy the given Mappings structure.
Mappings
The caller gives up ownership of the mappings and must not use them again.