pub unsafe fn ResUtilGetPropertiesToParameterBlock<P0, P1>(
    hkeyclusterkey: P0,
    ppropertytable: *const RESUTIL_PROPERTY_ITEM,
    poutparams: *mut u8,
    bcheckforrequiredproperties: P1,
    psznameofpropinerror: *mut PWSTR
) -> u32
where P0: IntoParam<HKEY>, P1: IntoParam<BOOL>,