Function windows::Win32::Data::RightsManagement::DRMGetProcAddress

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