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