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: IntoParam<HKEY>, P1: IntoParam<BOOL>, P2: IntoParam<BOOL>,