pub unsafe fn EnumResourceLanguagesExA<'a>(
hmodule: impl IntoParam<'a, HINSTANCE>,
lptype: impl IntoParam<'a, PSTR>,
lpname: impl IntoParam<'a, PSTR>,
lpenumfunc: Option<ENUMRESLANGPROCA>,
lparam: isize,
dwflags: u32,
langid: u16,
) -> BOOL