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