pub unsafe fn ResUtilGetPropertySize<P0>(
    hkeyclusterkey: P0,
    ppropertytableitem: *const RESUTIL_PROPERTY_ITEM,
    pcboutpropertylistsize: *mut u32,
    pnpropertycount: *mut u32
) -> u32
where P0: IntoParam<HKEY>,