pub unsafe extern "system" fn LoadLibraryShim(
    szdllname: PCWSTR,
    szversion: PCWSTR,
    pvreserved: *mut c_void,
    phmoddll: *mut HMODULE
) -> HRESULT
Expand description

Required features: "Win32_Foundation"