[][src]Function sgx_types::sgx_init_quote_ex

pub unsafe extern "C" fn sgx_init_quote_ex(
    p_att_key_id: *const sgx_att_key_id_t,
    p_qe_target_info: *mut sgx_target_info_t,
    refresh_att_key: bool,
    p_pub_key_id_size: *mut size_t,
    p_pub_key_id: *mut uint8_t
) -> sgx_status_t