windows::Win32::Security::Cryptography

Function NCryptQueryProtectionDescriptorName

pub unsafe fn NCryptQueryProtectionDescriptorName<P0>(
    pwszname: P0,
    pwszdescriptorstring: Option<PWSTR>,
    pcdescriptorstring: *mut usize,
    dwflags: u32,
) -> Result<()>
where P0: Param<PCWSTR>,