FPlatformProcess::GetDllExport() returns NULL

even if i export code like :

extern "C"
{
//Your code here
};

i still cannot import method