pub unsafe fn ResUtilSetPropertyParameterBlock<P0>(
    hkeyclusterkey: P0,
    ppropertytable: *const RESUTIL_PROPERTY_ITEM,
    reserved: *mut c_void,
    pinparams: *const u8,
    pinpropertylist: *const c_void,
    cbinpropertylistsize: u32,
    poutparams: *mut u8
) -> u32
where P0: IntoParam<HKEY>,