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