pub unsafe extern "C" fn sgx_get_quote_ex(
    p_app_report: *const Report,
    p_att_key_id: *const AttKeyId,
    p_qe_report_info: *mut QeReportInfo,
    p_quote: *mut u8,
    quote_size: u32
) -> SgxStatus