Function DRMGetRevocationPoint
pub unsafe fn DRMGetRevocationPoint(
hissuancelicense: u32,
puidlength: *mut u32,
wszid: Option<PWSTR>,
puidtypelength: *mut u32,
wszidtype: Option<PWSTR>,
puurllength: *mut u32,
wszrl: Option<PWSTR>,
pstfrequency: *mut SYSTEMTIME,
punamelength: *mut u32,
wszname: Option<PWSTR>,
pupublickeylength: *mut u32,
wszpublickey: Option<PWSTR>,
) -> Result<()>