#[no_mangle]
pub unsafe extern "C" fn sgx_aligned_malloc(
    size: usize,
    align: usize,
    align_req: *const AlignReq,
    count: usize
) -> *mut c_void
Expand description