#[no_mangle]
pub unsafe extern "C" fn sgx_ocalloc_aligned(
    align: usize,
    size: usize
) -> *mut u8