pub unsafe fn ResUtilResourceTypesEqual<P0, P1>(
    lpszresourcetypename: P0,
    hresource: P1
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<HRESOURCE>,