pub unsafe fn ResUtilGetResourceDependency<P0, P1>(
    hself: P0,
    lpszresourcetype: P1
) -> HRESOURCE
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,