-UDataMemory *UDataMemory_createNewInstance(UErrorCode *pErr);
-void UDatamemory_assign (UDataMemory *dest, UDataMemory *source);
-void UDataMemory_init (UDataMemory *This);
-UBool UDataMemory_isLoaded(UDataMemory *This);
-void UDataMemory_setData (UDataMemory *This, const void *dataAddr);
+U_CFUNC UDataMemory *UDataMemory_createNewInstance(UErrorCode *pErr);
+U_CFUNC void UDatamemory_assign (UDataMemory *dest, UDataMemory *source);
+U_CFUNC void UDataMemory_init (UDataMemory *This);
+U_CFUNC UBool UDataMemory_isLoaded(const UDataMemory *This);
+U_CFUNC void UDataMemory_setData (UDataMemory *This, const void *dataAddr);