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