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