pub fn create_session_token_handler( ctx: Context<'_, CreateSessionToken<'_>>, top_up: bool, valid_until: i64, lamports: Option<u64>, ) -> Result<()>