pub unsafe fn GetModuleHandleExW<P0>(
    dwflags: u32,
    lpmodulename: P0,
    phmodule: *mut HMODULE
) -> Result<()>
where P0: IntoParam<PCWSTR>,