pub unsafe extern "C" fn sn_rust_alloc_zeroed(
    alignment: usize,
    size: usize
) -> *mut c_void
Expand description

Behaves like rust_alloc, but also ensures that the contents are set to zero before being returned.