pub unsafe extern "system" fn LoadLibraryExA(
    lplibfilename: PCSTR,
    hfile: HANDLE,
    dwflags: LOAD_LIBRARY_FLAGS
) -> HINSTANCE
Expand description

Required features: ‘Win32_System_LibraryLoader’, ‘Win32_Foundation’