pub unsafe fn DRMAddLicense<P0>(
    hlicensestorage: u32,
    uflags: u32,
    wszlicense: P0
) -> Result<()>
where P0: IntoParam<PCWSTR>,