pub unsafe fn DRMCreateLicenseStorageSession<P0>(
    henv: u32,
    hdefaultlibrary: u32,
    hclient: u32,
    uflags: u32,
    wszissuancelicense: P0,
    phlicensestorage: *mut u32,
) -> Result<()>
where P0: Param<PCWSTR>,