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