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