pub unsafe fn DRMGetServiceLocation<P0>(
    hclient: u32,
    uservicetype: u32,
    uservicelocation: u32,
    wszissuancelicense: P0,
    puserviceurllength: *mut u32,
    wszserviceurl: PWSTR
) -> Result<()>
where P0: IntoParam<PCWSTR>,