pub unsafe fn ResUtilSetUnknownProperties<P0>(
    hkeyclusterkey: P0,
    ppropertytable: *const RESUTIL_PROPERTY_ITEM,
    pinpropertylist: *const c_void,
    cbinpropertylistsize: u32
) -> u32
where P0: IntoParam<HKEY>,