pub unsafe fn DRMGetNameAndDescription(
    hissuancelicense: u32,
    uindex: u32,
    pulcid: *mut u32,
    punamelength: *mut u32,
    wszname: PWSTR,
    pudescriptionlength: *mut u32,
    wszdescription: PWSTR
) -> Result<()>