pub unsafe fn GetModuleHandleExA<P1>( dwflags: u32, lpmodulename: P1, phmodule: *mut HMODULE, ) -> Result<()>where P1: Param<PCSTR>,