Function windows::Win32::Security::Authentication::Identity::SLQueryLicenseValueFromApp
pub unsafe fn SLQueryLicenseValueFromApp<P0>(
valuename: P0,
valuetype: Option<*mut u32>,
databuffer: Option<*mut c_void>,
datasize: u32,
resultdatasize: *mut u32,
) -> Result<()>where
P0: Param<PCWSTR>,