pub unsafe fn NCryptRegisterProtectionDescriptorName<P0, P1>(
    pwszname: P0,
    pwszdescriptorstring: P1,
    dwflags: u32,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,