pub unsafe fn DRMSetRevocationPoint<P0, P1, P2, P3, P4, P5>(
    hissuancelicense: u32,
    fdelete: P0,
    wszid: P1,
    wszidtype: P2,
    wszurl: P3,
    pstfrequency: *mut SYSTEMTIME,
    wszname: P4,
    wszpublickey: P5
) -> Result<()>
where P0: IntoParam<BOOL>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>, P5: IntoParam<PCWSTR>,