windows::Win32::Security::Authentication::Identity

Function SLSetGenuineInformation

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