pub unsafe fn DRMCreateIssuanceLicense<P0, P1, P2>(
    psttimefrom: *mut SYSTEMTIME,
    psttimeuntil: *mut SYSTEMTIME,
    wszreferralinfoname: P0,
    wszreferralinfourl: P1,
    howner: u32,
    wszissuancelicense: P2,
    hboundlicense: u32,
    phissuancelicense: *mut u32
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,