Function windows::Win32::Data::RightsManagement::DRMLoadLibrary

pub unsafe fn DRMLoadLibrary<P0, P1>(
    henv: u32,
    especification: DRMSPECTYPE,
    wszlibraryprovider: P0,
    wszcredentials: P1,
    phlibrary: *mut u32,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,