pub unsafe fn GetProcAddress<P0, P1>(hmodule: P0, lpprocname: P1) -> FARPROC
where P0: IntoParam<HMODULE>, P1: IntoParam<PCSTR>,