__rust_usable_size

Function __rust_usable_size 

Source
#[unsafe(no_mangle)]
pub extern "C" fn __rust_usable_size( size: usize, _align: usize, ) -> usize
Expand description

I have no idea what this actually does, but we’re supposed to have one, and the other backends to implement it as something equivalent to the following.