Function free_mappings

Source
#[unsafe(no_mangle)]
pub extern "C" fn free_mappings(mappings: *mut Mappings<()>)
Expand description

Destroy the given Mappings structure.

The caller gives up ownership of the mappings and must not use them again.