pub unsafe extern "system" fn GetModuleHandleExW(
    dwflags: u32,
    lpmodulename: PCWSTR,
    phmodule: *mut HINSTANCE
) -> BOOL
Expand description

Required features: ‘Win32_System_LibraryLoader’, ‘Win32_Foundation’