#[no_mangle]
pub unsafe extern "C" fn sev_attestation_report(
    vm_fd: c_int,
    mnonce: *const c_uchar,
    mnonce_len: u32,
    bytes: *mut c_uchar,
    len: *mut c_uint,
    fw_err: *mut c_int
) -> c_int
Expand description

A C FFI interface to the SEV_ATTESTATION_REPORT ioctl.

§Safety

The caller of this function is responsible for ensuring that the pointer arguments are valid.