6 #ifndef ABTI_KEY_H_INCLUDED 7 #define ABTI_KEY_H_INCLUDED 11 static inline ABTI_key *ABTI_key_get_ptr(
ABT_key key)
13 #ifndef ABT_CONFIG_DISABLE_ERROR_CHECK 18 p_key = (ABTI_key *)key;
22 return (ABTI_key *)key;
26 static inline ABT_key ABTI_key_get_handle(ABTI_key *p_key)
28 #ifndef ABT_CONFIG_DISABLE_ERROR_CHECK
struct ABT_key_opaque * ABT_key