pub unsafe fn ResUtilGetResourceNameDependency<P0, P1>(
    lpszresourcename: P0,
    lpszresourcetype: P1
) -> HRESOURCE
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,