Function windows::Win32::UI::Shell::FindExecutableW

pub unsafe fn FindExecutableW<P0, P1>(
    lpfile: P0,
    lpdirectory: P1,
    lpresult: &mut [u16; 260],
) -> HINSTANCE
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,