pub unsafe extern "system" fn DRMGetIssuanceLicenseInfo(
    hissuancelicense: u32,
    psttimefrom: *mut SYSTEMTIME,
    psttimeuntil: *mut SYSTEMTIME,
    uflags: u32,
    pudistributionpointnamelength: *mut u32,
    wszdistributionpointname: PWSTR,
    pudistributionpointurllength: *mut u32,
    wszdistributionpointurl: PWSTR,
    phowner: *mut u32,
    pfofficial: *mut BOOL,
) -> HRESULT