pub unsafe extern "C" fn destroy_mspace(msp: *mut c_void) -> usizeExpand description
destroy_mspace destroys the given space, and attempts to return all
of its memory back to the system, returning the total number of bytes freed. After destruction, the results of access to all memory used by the space become undefined.