pub unsafe fn SHGetSetSettings<P0>(
    lpss: Option<*mut SHELLSTATEA>,
    dwmask: SSF_MASK,
    bset: P0
)
where P0: IntoParam<BOOL>,