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