pub unsafe extern "C" fn sgx_rijndael128_cmac_msg(
    p_key: *const Key128bit,
    p_src: *const u8,
    src_len: u32,
    p_mac: *mut Mac128bit
) -> SgxStatus