pub unsafe fn DRMSetMetaData<P0, P1, P2, P3, P4, P5>(
    hissuancelicense: u32,
    wszcontentid: P0,
    wszcontentidtype: P1,
    wszskuid: P2,
    wszskuidtype: P3,
    wszcontenttype: P4,
    wszcontentname: P5
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>, P5: IntoParam<PCWSTR>,