Function SLGetServiceInformation
pub unsafe fn SLGetServiceInformation<P1>(
hslc: *const c_void,
pwszvaluename: P1,
pedatatype: Option<*mut SLDATATYPE>,
pcbvalue: *mut u32,
ppbvalue: *mut *mut u8,
) -> Result<()>where
P1: Param<PCWSTR>,