pub unsafe extern "C" fn sgx_hmac_sha256_init(
    p_key: *const u8,
    key_len: i32,
    p_hmac_handle: *mut HMacHandle
) -> SgxStatus