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