#[no_mangle] pub unsafe extern "C" fn diplomat_alloc( size: usize, align: usize, ) -> *mut u8
Allocates a buffer of a given size in Rust’s memory.
diplomat_free()