pub unsafe fn EnumResourceNamesA<P0, P1>(
    hmodule: P0,
    lptype: P1,
    lpenumfunc: ENUMRESNAMEPROCA,
    lparam: isize
) -> Result<()>
where P0: IntoParam<HMODULE>, P1: IntoParam<PCSTR>,