pub unsafe fn DRMGetProcAddress<P1>( hlibrary: u32, wszprocname: P1, ppfnprocaddress: *mut FARPROC, ) -> Result<()>where P1: Param<PCWSTR>,