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