#[no_mangle]
pub unsafe extern "C" fn sgx_get_key(
    key_request: *const KeyRequest,
    key: *mut Key128bit
) -> SgxStatus
Expand description