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