pub unsafe fn DRMSetNameAndDescription<P0, P1, P2>(
    hissuancelicense: u32,
    fdelete: P0,
    lcid: u32,
    wszname: P1,
    wszdescription: P2
) -> Result<()>
where P0: IntoParam<BOOL>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,