pub unsafe extern "C" fn sgx_init_quote_ex(
    p_att_key_id: *const AttKeyId,
    p_qe_target_info: *mut TargetInfo,
    p_pub_key_id_size: *mut usize,
    p_pub_key_id: *mut u8
) -> SgxStatus