Function SLDepositOfflineConfirmationIdEx

pub unsafe fn SLDepositOfflineConfirmationIdEx<P3, P4>(
    hslc: *const c_void,
    pproductskuid: Option<*const GUID>,
    pactivationinfo: Option<*const SL_ACTIVATION_INFO_HEADER>,
    pwszinstallationid: P3,
    pwszconfirmationid: P4,
) -> Result<()>
where P3: Param<PCWSTR>, P4: Param<PCWSTR>,