pub unsafe fn LoadResource<P0, P1>(hmodule: P0, hresinfo: P1) -> Result<HGLOBAL>
where P0: IntoParam<HMODULE>, P1: IntoParam<HRSRC>,