pub unsafe extern "system" fn DRMSetUsagePolicy(
    hissuancelicense: u32,
    eusagepolicytype: DRM_USAGEPOLICY_TYPE,
    fdelete: BOOL,
    fexclusion: BOOL,
    wszname: PCWSTR,
    wszminversion: PCWSTR,
    wszmaxversion: PCWSTR,
    wszpublickey: PCWSTR,
    wszdigestalgorithm: PCWSTR,
    pbdigest: *mut u8,
    cbdigest: u32
) -> HRESULT
Expand description

Required features: "Win32_Foundation"