pub unsafe fn DRMGetInfo<P1>( handle: u32, wszattribute: P1, peencoding: *const DRMENCODINGTYPE, pcbuffer: *mut u32, pbbuffer: *mut u8, ) -> Result<()>where P1: Param<PCWSTR>,