pub unsafe fn ResUtilEnumResources<P0, P1>(
    hself: P0,
    lpszrestypename: P1,
    prescallback: LPRESOURCE_CALLBACK,
    pparameter: *mut c_void
) -> u32
where P0: IntoParam<HRESOURCE>, P1: IntoParam<PCWSTR>,