[][src]Function sgx_types::sgx_get_quote_ex

pub unsafe extern "C" fn sgx_get_quote_ex(
    p_app_report: *const sgx_report_t,
    p_att_key_id: *const sgx_att_key_id_t,
    p_qe_report_info: *mut sgx_qe_report_info_t,
    p_quote: *mut uint8_t,
    quote_size: uint32_t
) -> sgx_status_t