pub unsafe fn SLGetPolicyInformationDWORD<P0>(
    hslc: *const c_void,
    pwszvaluename: P0,
) -> Result<u32>
where P0: Param<PCWSTR>,