pub unsafe fn SLSetGenuineInformation<P0>(
    pqueryid: *const GUID,
    pwszvaluename: P0,
    edatatype: SLDATATYPE,
    pbvalue: Option<&[u8]>,
) -> Result<()>
where P0: Param<PCWSTR>,