pub unsafe fn DRMCreateClientSession<P0, P1>(
    pfncallback: DRMCALLBACK,
    ucallbackversion: u32,
    wszgroupidprovidertype: P0,
    wszgroupid: P1,
    phclient: *mut u32
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,