pub unsafe fn GetModuleHandleA<P0>(lpmodulename: P0) -> Result<HMODULE>where
    P0: IntoParam<PCSTR>,
Expand description

Required features: "Win32_Foundation"