pub unsafe fn ResUtilGetSzProperty<P0>(
    ppszoutvalue: *mut PWSTR,
    pvaluestruct: *const CLUSPROP_SZ,
    pszoldvalue: P0,
    pppropertylist: *mut *mut u8,
    pcbpropertylistsize: *mut u32
) -> u32
where P0: IntoParam<PCWSTR>,