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