pub unsafe extern "system" fn GetProcAddress(
    hmodule: HINSTANCE,
    lpprocname: PCSTR
) -> FARPROC
Expand description

Required features: ‘Win32_System_LibraryLoader’, ‘Win32_Foundation’