pub unsafe fn SHGetSetFolderCustomSettings<P0>(
    pfcs: *mut SHFOLDERCUSTOMSETTINGS,
    pszpath: P0,
    dwreadwrite: u32
) -> Result<()>
where P0: IntoParam<PCWSTR>,