pub unsafe extern "C" fn sgx_calc_quote_size(
    p_sig_rl: *const u8,
    sig_rl_size: u32,
    p_quote_size: *mut u32
) -> SgxStatus