pub unsafe fn FindResourceA<P0, P1, P2>(
    hmodule: P0,
    lpname: P1,
    lptype: P2
) -> Result<HRSRC>
where P0: IntoParam<HMODULE>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,