pub unsafe fn ResUtilGetPrivateProperties<P0>(
    hkeyclusterkey: P0,
    poutpropertylist: *mut c_void,
    cboutpropertylistsize: u32,
    pcbbytesreturned: *mut u32,
    pcbrequired: *mut u32
) -> u32
where P0: IntoParam<HKEY>,