pub unsafe fn NCryptCreateProtectionDescriptor<P0>(
    pwszdescriptorstring: P0,
    dwflags: u32,
) -> Result<NCRYPT_DESCRIPTOR_HANDLE>
where P0: Param<PCWSTR>,