pub unsafe extern "C" fn u_malloc_ocall(
    result: *mut *mut c_void,
    error: *mut i32,
    size: usize,
    align: usize,
    zeroed: i32
) -> SgxStatus