pub unsafe fn EnumResourceLanguagesA<P0, P1, P2>(
    hmodule: P0,
    lptype: P1,
    lpname: P2,
    lpenumfunc: ENUMRESLANGPROCA,
    lparam: isize
) -> Result<()>
where P0: IntoParam<HMODULE>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,