#[unsafe(no_mangle)]pub extern "C" fn __rust_usable_size(
size: usize,
_align: usize,
) -> usizeExpand 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.