pub unsafe fn SLGetWindowsInformation<P0>(
    pwszvaluename: P0,
    pedatatype: Option<*mut SLDATATYPE>,
    pcbvalue: *mut u32,
    ppbvalue: *mut *mut u8,
) -> Result<()>
where P0: Param<PCWSTR>,