[][src]Function sgx_types::sgx_get_aligned_ptr

pub unsafe extern "C" fn sgx_get_aligned_ptr(
    raw: *mut c_void,
    raw_size: size_t,
    allocate_size: size_t,
    alignment: size_t,
    data: *const align_req_t,
    count: size_t
) -> *mut c_void