oce_list_remove_head
void *oce_list_remove_head(OCE_LIST_T *list_hdr);
#define OCE_LIST_REM_HEAD(_LH) oce_list_remove_head((_LH))