Function windows::Win32::Data::RightsManagement::DRMCreateRight
pub unsafe fn DRMCreateRight<P0>(
wszrightname: P0,
pstfrom: *mut SYSTEMTIME,
pstuntil: *mut SYSTEMTIME,
cextendedinfo: u32,
pwszextendedinfoname: Option<*const PCWSTR>,
pwszextendedinfovalue: Option<*const PCWSTR>,
phright: *mut u32,
) -> Result<()>where
P0: Param<PCWSTR>,